Loading Tool

Explorer IconExplorer

Memory Pool

77,864 transactions
29.51 vMB
0.10244969 BTC
Random Selection Loading Transactions
Max Size: 178.12/200 MB

Candidate Block

Mining Attempt 9557d5e3940caadf7ecef8fc9a38b3ac2cc07ea9b063c0e4d982895bfc1bceaa
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root a0a675d364163797d14d83af8ded71f2ab44c97e9c192e4db35ed3eb40df7b66
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,250
Size: 1.00 vMB
Total Fees: 0.02692390 BTC
Feerates: 201.40 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (327,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,413 587,413 00000000000000000001e89e9674b0f3fa7001861451e56b3f1d08e45499d9dd 2,060 0.81/1.00 vMB 11
587,412 587,412 0000000000000000000faf40eaecf98793b78fcc7de230ce309beea8b9a166d5 2,723 1.00/1.00 vMB 39
587,411 587,411 000000000000000000147f22982faabcfccab0840c847748a39bffea118be57b 1,841 0.85/1.00 vMB 3
587,410 587,410 0000000000000000000b9b242b2bd7f63b313d8607016bcee572acf30d695ab8 2,891 1.00/1.00 vMB 44
587,409 587,409 0000000000000000000001f57b098911a90b164b9812304f4f7615cf9f91f66a 1,116 0.35/1.00 vMB 4
587,408 587,408 0000000000000000000b96d352d76322e41abb40a52cb7dcae2c100301a5a134 2,970 1.00/1.00 vMB 37
587,407 587,407 00000000000000000015f36b66083b1d918dab03766f87eebb7b66e0c7ab3b9e 1,413 0.65/1.00 vMB 28
587,406 587,406 0000000000000000001be7317de5fde7dbb7eb32858b39bc706df304cca8e2a5 727 0.25/1.00 vMB 11
587,405 587,405 00000000000000000001e9542ba47dbd4cf34fc2163d84c2d065fb87344802e6 3,020 1.00/1.00 vMB 26
587,404 587,404 0000000000000000000f566c22c8c03959e5614a713f56d9d952b2d1fbe3a65f 2,518 0.86/1.00 vMB 26
587,403 587,403 00000000000000000013ce1e8c1c3664c9a65e5bfbdda735d4954a59af94e6e0 1,481 0.47/1.00 vMB 21
587,402 587,402 000000000000000000022ebab10ee053f1780b108dc28e5937515f828b8279ec 777 0.29/1.00 vMB 19
587,401 587,401 00000000000000000002f0b673fc6f906026f6ca53efa7d11f5795b0eafa961d 511 0.17/1.00 vMB 24
587,400 587,400 00000000000000000012d2f29b6aa1ad7bba53840ea6e63f8960d62d5c0dd371 2,221 0.79/1.00 vMB 13
587,399 587,399 00000000000000000000c1fba209b83899a287a01361b7e5349b680830baec45 2,961 1.00/1.00 vMB 30
587,398 587,398 000000000000000000177201466724c7754e57425fff1f9f9e6d69dcd476ca41 49 0.02/1.00 vMB 27
587,397 587,397 00000000000000000010368555de05a3c144b011d6cfd04992271ba8caa77471 507 0.18/1.00 vMB 30
587,396 587,396 00000000000000000014bd4dd284ccc4164d578396362dccbe9e46a595d0e013 3,076 0.98/1.00 vMB 24
587,395 587,395 0000000000000000000bccb54de7f3f33aef2840ec8555cbe63761b7923c9fce 1,208 0.37/1.00 vMB 15
587,394 587,394 0000000000000000001893f3a9335ae7a29604a27a1948e0a77a1c59e1d81024 2,804 1.00/1.00 vMB 28
587,393 587,393 00000000000000000000277cfe70102982348a1974e5e505762828b4e2fbddab 2,359 0.74/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.87 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: 713.08 GB
    • Received: 17.30 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.