Loading Tool

Explorer IconExplorer

Memory Pool

48,245 transactions
27.41 vMB
0.07432452 BTC
Random Selection Loading Transactions
Max Size: 146.12/200 MB

Candidate Block

Mining Attempt 40b6af7ec652aabaf86c7b98d3593dc3ac92955a3a877d0ad0132bac1141611b
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 04260e5e155545f26eecb49e826ee3abcd2a19af1bd1f36202e10ac78e29bd3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02306273 BTC
Feerates: 150.92 > 2.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (256,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,945 657,945 00000000000000000007b86c03e46b8ddc606dc1a3d66b9130305855d08c471e 168 0.06/1.00 vMB 33
657,944 657,944 00000000000000000006af8933ee6c0ae1b4219572be57f768932856297a42fb 918 0.36/1.00 vMB 25
657,943 657,943 0000000000000000000e523073f08ad686009331f7e1c9c0433dfeaf5b716c53 1,391 0.64/1.00 vMB 25
657,942 657,942 000000000000000000024cfb7a299f5a6fc47f86f5892e2fa4919a4ec432893f 2,346 1.00/1.00 vMB 29
657,941 657,941 00000000000000000005dbabdd07d19459091f916d08bfc2b71ef0fbc746b4cc 2,620 1.00/1.00 vMB 31
657,940 657,940 0000000000000000000347720e367afcd5f659a4946a97c34430042c8c2d1864 2,443 1.00/1.00 vMB 17
657,939 657,939 0000000000000000000185ba0a00dc6ce0fb8b3e84d80819881d4e953128a999 2,248 1.00/1.00 vMB 6
657,938 657,938 00000000000000000001e1040f20b2b814a6bde2a1b70c0e0e6519d1fd5f45b5 2,578 1.00/1.00 vMB 11
657,937 657,937 0000000000000000000e28aef32d14957104a8f2c9fdce20939b97a072b3c8c7 2,328 1.00/1.00 vMB 30
657,936 657,936 000000000000000000019a26627fc167de72ae6c4f0192f4f1a29cfee7b1e907 1,817 1.00/1.00 vMB 21
657,935 657,935 0000000000000000000f83b8e63cef1b124cd291d6115d22ad527902a246fa87 2,379 1.00/1.00 vMB 43
657,934 657,934 000000000000000000090d88801b69fca5f1d3683ec657508b510f5c4ffd55c4 2,236 1.00/1.00 vMB 51
657,933 657,933 0000000000000000000cd75bd8c6f2c9fd286e0daa32f073921934356601f84f 1,946 1.00/1.00 vMB 58
657,932 657,932 000000000000000000047ecda1da00f0b9b0bd37c06268f610636dac85d84d26 3,185 1.00/1.00 vMB 90
657,931 657,931 0000000000000000000f78eed8be49db9fec38fa846675ddd9ff404a4258ef68 2,479 1.00/1.00 vMB 49
657,930 657,930 00000000000000000002dbe23418e2cfed8ad594ce0b355bdbf597bd7b9d44d2 1,722 1.00/1.00 vMB 74
657,929 657,929 0000000000000000000990db2bf5eddd7d1e030a3058e3de71702186ad113423 1,306 0.51/1.00 vMB 38
657,928 657,928 000000000000000000024bd56df8770bb61b417fd6decfca95f1f82ca1235a8a 1,422 0.63/1.00 vMB 27
657,927 657,927 000000000000000000060dd4c91a1e2213adaa7f2917d459ec1dfc8907d74358 1,916 1.00/1.00 vMB 16
657,926 657,926 00000000000000000004fd946066a2fbb501aa055213aff41795a1567f5275d2 2,752 1.00/1.00 vMB 64
657,925 657,925 00000000000000000002dd2a37dbfec3a21ae5dfbdaf24f07be02ecb494af533 1,008 0.49/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.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: 649.05 GB
    • Received: 13.12 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.