Loading Tool

Explorer IconExplorer

Memory Pool

44,318 transactions
26.85 vMB
0.06998930 BTC
Random Selection Loading Transactions
Max Size: 141.23/200 MB

Candidate Block

Mining Attempt 1351614463a14ffa2a05e8dce27db661f64bb39321dacd42bd381cdd2699aae3
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 2f9c9a663f311c81a615d5a7459112b269d71c4fd6f018b7c001bf95f831ebb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,729
Size: 1.00 vMB
Total Fees: 0.01998625 BTC
Feerates: 96.15 > 2.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (198,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,398 716,398 0000000000000000000250e5d0be3bfe42d55a9f73edb69c800e448390d89702 3,246 1.00/1.00 vMB 22
716,397 716,397 000000000000000000099a15cc0d0503bf84d31a703b3459fd5e83c8969b9aa8 3,144 1.00/1.00 vMB 29
716,396 716,396 0000000000000000000b6b18c2bd2b690b956875ba3ea27e11737946c8b3377f 3,494 1.00/1.00 vMB 16
716,395 716,395 00000000000000000008c8944b83f1c51aedc3ec6087551924f08337f8985cef 2,934 1.00/1.00 vMB 28
716,394 716,394 00000000000000000002a227128378fe9e7da9e68a1c5d6b7d0e52d298ed87f7 2,869 1.00/1.00 vMB 25
716,393 716,393 00000000000000000001d96dc51adcc76b5b708a337bac1485309211f3c87d3f 3,309 1.00/1.00 vMB 47
716,392 716,392 00000000000000000008141a7a445f4d92753a3b8e7415f04dce1d3e9587a509 1,769 1.00/1.00 vMB 9
716,391 716,391 000000000000000000096d4b218837f8ead4499cb4f3eff771e5d3f9a771ce53 967 1.00/1.00 vMB 3
716,390 716,390 00000000000000000009a34d6a7519ecf1061e5f015b201594618f110e89ac6f 2,463 1.00/1.00 vMB 4
716,389 716,389 00000000000000000002412914f16d0c6fca9e4d40b171490137ad9d3f0b695a 1,793 1.00/1.00 vMB 13
716,388 716,388 0000000000000000000b71091b6ea6b807272086382c75e4fe39bfab9b59c442 2,247 1.00/1.00 vMB 12
716,387 716,387 00000000000000000006240699b25d8f9a5130dc010bd01ca7c95c6d408d55a0 1,999 1.00/1.00 vMB 12
716,386 716,386 000000000000000000096a46fea0c01c97720ea46702ebb19a0a727d25ee4c2b 2,184 1.00/1.00 vMB 7
716,385 716,385 0000000000000000000161efae21f7f64d7f1b93a579a11fb8a6fdf1eef05253 1,448 1.00/1.00 vMB 9
716,384 716,384 000000000000000000023ec6be82a0c8b34daeb4f951cd64f253f8b14ed55df5 1,111 1.00/1.00 vMB 11
716,383 716,383 00000000000000000006650c23053d58b9091658c5f1cdd6a573ca5eab4831f7 2,525 1.00/1.00 vMB 17
716,382 716,382 00000000000000000009561a73a5443560e194e7bb94a7a98e36931cecaec268 1,907 1.00/1.00 vMB 16
716,381 716,381 00000000000000000004675094beff454a340e2905f1bdac93ea5075486f7502 1,883 1.00/1.00 vMB 10
716,380 716,380 000000000000000000017e6207bd25b1a5dbeb5fc48c3603146ca7a28419d3b7 2,660 1.00/1.00 vMB 19
716,379 716,379 000000000000000000066cfd669c816158f87fc06dc749d5454cfd21bff0521e 1,063 1.00/1.00 vMB 5
716,378 716,378 0000000000000000000b9452668e026a98208a13d058bc311fe22a2d3f7a355b 1,251 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.