Loading Tool

Explorer IconExplorer

Memory Pool

87,123 transactions
32.38 vMB
0.23497535 BTC
Random Selection Loading Transactions
Max Size: 193.51/200 MB

Candidate Block

Mining Attempt 022fb351bba6c668e7fc29162faebe414c413bed7a095132f0eace9baf75706b
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root e7d7aa3e231c21391d5e1e7cccb0a714c462ac68a6d46d1fd6ff101115815f67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,290
Size: 1.00 vMB
Total Fees: 0.10416190 BTC
Feerates: 529.10 > 10.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (265,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,415 649,415 000000000000000000086b091f0db7761466b806047a2689643f9f8cb1fe505a 2,609 1.00/1.00 vMB 49
649,414 649,414 000000000000000000009e697c470b3636df72c04dae7c379505cd8af5cb4f2e 2,885 1.00/1.00 vMB 62
649,413 649,413 00000000000000000008a6c212dad884bf76711eca0247442dc8487f0d903011 2,977 1.00/1.00 vMB 49
649,412 649,412 00000000000000000007a2dc95759b894b6698ea81a4c196d4df4eb531db9526 2,585 1.00/1.00 vMB 48
649,411 649,411 0000000000000000000ba34a641a36c72ddb2a823920a249810c48597238d2ac 2,775 1.00/1.00 vMB 65
649,410 649,410 000000000000000000032cc15e63ed7c44358f002538518648ab3976877a9fa7 2,562 1.00/1.00 vMB 65
649,409 649,409 0000000000000000000a2c947f506ab0b755c6aeb269c942fc43cd589d8a368a 2,969 1.00/1.00 vMB 53
649,408 649,408 0000000000000000000e8f6ce7d8ccef6ec90b84b75c5f0507f80f1fda31bc10 2,879 1.00/1.00 vMB 79
649,407 649,407 000000000000000000056b30efd9e0eb2ed14ba28a2b5467c7f7caf7e28fbd19 2,816 1.00/1.00 vMB 81
649,406 649,406 0000000000000000000c8a495cc5271b2f2861f5a54e593d929655380c0bb85f 3,017 1.00/1.00 vMB 64
649,405 649,405 0000000000000000000bccca86580f5019050616f0e9913e439fbef0f355c894 1,983 1.00/1.00 vMB 73
649,404 649,404 0000000000000000000412746db131f101fa87d64d2768480d975a86b5116080 2,939 1.00/1.00 vMB 54
649,403 649,403 0000000000000000000497048130d49db0b5ec454836b99af5ce564025d6ea7c 1,655 1.00/1.00 vMB 60
649,402 649,402 0000000000000000000205d4f8b798002220b75df068c922a1e69b6f9317a311 3,031 1.00/1.00 vMB 54
649,401 649,401 00000000000000000004df80cb6d39cff2a24a6fc2081367ecbb5d94738c6e4d 2,323 1.00/1.00 vMB 78
649,400 649,400 00000000000000000009222553cb2a11e9ff6ac41fe9fa78358c3c0a8fb7cb85 2,737 1.00/1.00 vMB 70
649,399 649,399 00000000000000000001d6d04350d25e70ebe4c3bff1a349377ee0efeb3fbfdc 2,908 1.00/1.00 vMB 74
649,398 649,398 0000000000000000000af5518c86f16dfdbd1c3c58ad928fc869dfc0f9876367 2,396 1.00/1.00 vMB 93
649,397 649,397 00000000000000000003b247ccdf8804b6017824dca6acb37321f709d647ea02 2,737 1.00/1.00 vMB 71
649,396 649,396 00000000000000000007881b34b4f5a4791e0e40f566138d7c002b6eb8802e9e 2,654 1.00/1.00 vMB 75
649,395 649,395 0000000000000000000a36a414dc9f4d139f5611d726b2f6d6d5e8f7bbac01fb 2,574 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.