Loading Tool

Explorer IconExplorer

Memory Pool

53,552 transactions
31.92 vMB
0.13303991 BTC
Random Selection Loading Transactions
Max Size: 170.60/200 MB

Candidate Block

Mining Attempt 689ba05eb13a57b16336a471b1628deb83d8c238c82d3ef29efb85fba3f50038
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root b41fda37a550f5abc35106e53a06204591b5d4b5ffe5404eafdde0fec7ac5d31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,463
Size: 1.00 vMB
Total Fees: 0.03555827 BTC
Feerates: 368.10 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (292,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,888 621,888 000000000000000000050c06c99eea9aaed654a68c5191300c8de74c2b469d0b 3,007 1.00/1.00 vMB 69
621,887 621,887 000000000000000000058443d3b4f9eb9491fb71079a4ec273bd2494c5f0c9a3 2,257 1.00/1.00 vMB 74
621,886 621,886 0000000000000000000854f901031db297b337f3b409b5f4c6c394fe65ebcb70 2,428 1.00/1.00 vMB 76
621,885 621,885 000000000000000000031acb96cb4ea6a487e91d22753a064e59f7d4b5b76ec5 2,313 1.00/1.00 vMB 82
621,884 621,884 00000000000000000001b61854c809c4a5c7978ae53d9d8c91f72403cc970a7b 2,061 1.00/1.00 vMB 68
621,883 621,883 000000000000000000079de12e27320d49b7fefe24d9c74735d9eddc204c3001 2,766 1.00/1.00 vMB 86
621,882 621,882 0000000000000000000f3aec8c0e35d45c16d670c814d5fb588f37e30335e419 2,957 1.00/1.00 vMB 89
621,881 621,881 00000000000000000007e39fd22ac4d5b1bce8a2d25ace420bdd7b537d816df9 2,369 1.00/1.00 vMB 40
621,880 621,880 00000000000000000004d0b9cd8faf5312107e39f37fc5e4b288bb329ddc0d95 1,898 1.00/1.00 vMB 45
621,879 621,879 0000000000000000000239b60047a529d44b573ede738a68b15ab35c00923992 3,182 1.00/1.00 vMB 72
621,878 621,878 000000000000000000048683af21a732ee1d9001314a8067fa5d8bfa2cd4cd65 3,049 1.00/1.00 vMB 61
621,877 621,877 00000000000000000008ad216e3b0d557b8ff7915a39547e2c3f826444370150 2,477 1.00/1.00 vMB 75
621,876 621,876 0000000000000000000f110e9b686c491446349a2088632f36b067fe764610de 3,053 1.00/1.00 vMB 66
621,875 621,875 00000000000000000003aba68617e3246fb22ee697a446399d6053e1e9385636 2,950 1.00/1.00 vMB 72
621,874 621,874 000000000000000000065543aa60eca82aa7402aa3e9ccad3360ef77efaf68d7 2,093 1.00/1.00 vMB 67
621,873 621,873 00000000000000000009d6c99e322a7283538a7a2f6dc3ea2086ddb225264df8 2,865 1.00/1.00 vMB 85
621,872 621,872 0000000000000000000caa8ac386b7973356f6abc7a01544ddbceb62a156aaef 2,689 1.00/1.00 vMB 87
621,871 621,871 00000000000000000009e8a7244d9784a5d3714953df76dff5154b05f37bf537 3,146 1.00/1.00 vMB 51
621,870 621,870 0000000000000000000e0dbf62b5bf37b65331c666459faa280b4faa94c428cd 3,201 1.00/1.00 vMB 60
621,869 621,869 0000000000000000000528a6f3e6c706f1360fe6d35f3c0cedf384d3d179658b 3,267 1.00/1.00 vMB 63
621,868 621,868 00000000000000000006f938574249e3f763a2a708a83a1a46da384c81b6d4a6 2,904 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.07 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: 651.24 GB
    • Received: 13.50 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.