Loading Tool

Explorer IconExplorer

Memory Pool

45,440 transactions
29.92 vMB
0.09470537 BTC
Random Selection Loading Transactions
Max Size: 154.49/200 MB

Candidate Block

Mining Attempt 1d33237982cecf576e801c1b9b0161dbb04e27f9968f7b75e52801f44a67d7ce
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 0a23b2e6bbb813851f0a784ffb1a35690efea4a492cf3690affcf4e70275147f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,261
Size: 1.00 vMB
Total Fees: 0.03377414 BTC
Feerates: 477.45 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (351,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,928 562,928 00000000000000000005e94f21b2f4d99c9f0b0fc39e9757181f173011cd4a96 278 0.19/1.00 vMB 7
562,927 562,927 0000000000000000000a480eadb83f6c1d0c0e4f76c3e5c822525916d6c01dd9 2,676 1.00/1.00 vMB 19
562,926 562,926 000000000000000000151558e73464af6666f13ceb6bd45048425994d7357566 3,358 1.00/1.00 vMB 4
562,925 562,925 00000000000000000024d307a6d317ab61db964d5c062fac7be3c5ecbb7741a2 2,563 1.00/1.00 vMB 18
562,924 562,924 0000000000000000000afd6114173e898d631eebf6e4ee3b99d2f087432df7e7 3,757 1.00/1.00 vMB 40
562,923 562,923 0000000000000000000f1cff55efa1c8091687affa79ef9a038b2e4b284a770d 3,182 1.00/1.00 vMB 15
562,922 562,922 000000000000000000073947269ab50c93caf94496afa5be3d5bdf31c3e2f1bc 3,236 1.00/1.00 vMB 13
562,921 562,921 0000000000000000001dee9ad59008832720e4724bec4b0dc28a206999dd74cb 2,292 1.00/1.00 vMB 34
562,920 562,920 0000000000000000000762e50871f310b58fb42ec1af00930947703eb993a4af 764 0.27/1.00 vMB 15
562,919 562,919 0000000000000000000fd7fa302104f84d8882573b2897ed6a9f42aa1c0eee92 3,285 1.00/1.00 vMB 8
562,918 562,918 0000000000000000002d900d6dcb8966b790a56056fe8d26dcd19637db46f88b 3,311 1.00/1.00 vMB 29
562,917 562,917 00000000000000000015b872d608ae98c775de0fb9127df30ac4aab2c655d5e9 1,007 0.31/1.00 vMB 22
562,916 562,916 0000000000000000000e84bdbb95ab910e45ced32e447be2772ef4b03eaad1ae 2,189 1.00/1.00 vMB 14
562,915 562,915 00000000000000000013a6865ec3780121dafd58dfcdefedc3569fb452881df5 3,180 1.00/1.00 vMB 17
562,914 562,914 0000000000000000000156a783af0a048d6d5e404aad427103fd9f23a6d66a30 3,137 0.99/1.00 vMB 8
562,913 562,913 0000000000000000002b98d38a283249e8da7a111e4d1fd7ff0b81188671ab8a 3,199 1.00/1.00 vMB 21
562,912 562,912 0000000000000000001523d3a284a054eba379dbd6fba066baf10da286f2cc85 3,257 1.00/1.00 vMB 27
562,911 562,911 0000000000000000001f312cbf6ad04476fef0b9fd1b18e4ffa261546f18df5f 2,865 1.00/1.00 vMB 21
562,910 562,910 00000000000000000008946b5e08cb5909ac8c815c0be4a66278b70cd9020d5f 197 0.05/1.00 vMB 20
562,909 562,909 0000000000000000001320d9b6f65f79ed6c0218c1bfe30c393594db1c889fe7 1,188 0.45/1.00 vMB 24
562,908 562,908 00000000000000000019478d5144610fac8fb1f8b71235635fabf97f80bd20a3 963 0.49/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.