Loading Tool

Explorer IconExplorer

Memory Pool

81,629 transactions
30.81 vMB
0.09254862 BTC
Random Selection Loading Transactions
Max Size: 187.46/200 MB

Candidate Block

Mining Attempt d4f8e16e8c5ac3a6033f703b5fd07663c855589e0d5f934fb2a15257c5c031f9
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root a92b0e8559dc4eb29e2e55832d1621df4240bcb80c0ce15aaf9645d1fc80eed0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 1.00 vMB
Total Fees: 0.02312987 BTC
Feerates: 318.30 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (463,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,399 451,399 000000000000000001d06a66374ed6cc1156689893cd3642f4a3ee990782915b 2,461 1.00/1.00 vMB 144
451,398 451,398 00000000000000000157782ed07f54701ae013dd2efd4c79a11c72a1114fe1cf 2,261 1.00/1.00 vMB 82
451,397 451,397 0000000000000000007a1c71f700166fd0237718025592c0d30323e06fa1e45a 2,105 1.00/1.00 vMB 72
451,396 451,396 000000000000000000b7c208c7feba6aaf30e5eec66b34a0b15637e2cc3e82c1 2,078 1.00/1.00 vMB 122
451,395 451,395 00000000000000000103a14d3646f35e3dcdbe7c9d8b9b71e4be43dfb16bd5cb 2,324 1.00/1.00 vMB 141
451,394 451,394 0000000000000000027ca4b6630c4f329566e27d9371163db625783d47b0ded9 2,053 1.00/1.00 vMB 154
451,393 451,393 000000000000000000d83c1d744a15898c4cc2f277425cc4df1feb31bc929a1e 1,483 1.00/1.00 vMB 80
451,392 451,392 0000000000000000002a74dae12f2d19155c0eb9c6df6d9ba05b561456b54844 981 1.00/1.00 vMB 94
451,391 451,391 00000000000000000217a43e739fa031a93c3bbc2258b559c7ee85bf1e1c7114 2,223 1.00/1.00 vMB 137
451,390 451,390 000000000000000002aa1ca96e50ed53885f9aa20d01240254ad89895b7a5ee9 2,048 1.00/1.00 vMB 121
451,389 451,389 00000000000000000045cf26872b9a9089d79d3fb8502bcaa4f18b5eb8bd296f 2,993 1.00/1.00 vMB 167
451,388 451,388 000000000000000000fe58d1d82756675f44376b5a975b35a6a98982e2f22914 2,591 1.00/1.00 vMB 176
451,387 451,387 0000000000000000003ce591cdbeeca70316be0a22d788f37fe4a2b1b8083d3e 1,747 1.00/1.00 vMB 70
451,386 451,386 0000000000000000024ad4a5ab1c2d19cf4c0f85184ee52999a4fc25d71d5e5b 2,120 1.00/1.00 vMB 124
451,385 451,385 000000000000000000e47607f419985bafb5801fa2ddd11c02c9888870cf7d25 2,719 1.00/1.00 vMB 148
451,384 451,384 000000000000000000fb70604757f03673ca8894fb6880cf22b357fbd9015ad1 1,913 1.00/1.00 vMB 137
451,383 451,383 0000000000000000008316a80b672d6ced58a33f0d92aa34c0e939a1630ecd46 2,719 1.00/1.00 vMB 72
451,382 451,382 00000000000000000208f7dde3d0810b7700868dc5ea7e783b7c418835dcc5df 1,403 1.00/1.00 vMB 66
451,381 451,381 0000000000000000008210d9fdaa0e52d5fda257064e567dd859e7ad759baf90 1,910 1.00/1.00 vMB 73
451,380 451,380 000000000000000001205cc518f9d59ca565ef081171b842e13208e6b00fa292 2,248 1.00/1.00 vMB 130
451,379 451,379 00000000000000000156f5666efc8092c51685bf1929c12292b1bef8467f9982 2,227 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.41 GB
    • Received: 17.89 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.