Loading Tool

Explorer IconExplorer

Memory Pool

79,109 transactions
29.65 vMB
0.07238733 BTC
Random Selection Loading Transactions
Max Size: 177.98/200 MB

Candidate Block

Mining Attempt a881ca51d9b0455593fe5adb1103ec87ef9d1ab6651b203c3c504765cf013a14
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 72cb144367463c02b69f826cd63c4fe3cfefdf7e4d78b9020c629f4e16a4c0c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,875
Size: 1.00 vMB
Total Fees: 0.01206408 BTC
Feerates: 180.34 > 1.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (408,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,985 506,985 00000000000000000067b1cbf2a47fb3e42a5cbb3a65f002783ce362e405882d 2,258 1.00/1.00 vMB 246
506,984 506,984 0000000000000000005f02cbc6584243b5c4bc7ff6cd388a6da3bc5f5511b5ff 1,633 1.00/1.00 vMB 73
506,983 506,983 000000000000000000064bf40b2625bda1df2746fb5a27cccb4e60e1a17b0454 2,375 1.00/1.00 vMB 206
506,982 506,982 00000000000000000035c9a37ba235e0333cff11ba3d763c7d8ec108ba6b9423 1,337 1.00/1.00 vMB 87
506,981 506,981 0000000000000000001cb5cfb217eb5a2342af0376ed5a4d1cba7c4eb66cef28 1,836 1.00/1.00 vMB 184
506,980 506,980 000000000000000000610f9939fab8278b8403a54e0fb6fcd5fb048a13a65aed 2,722 1.00/1.00 vMB 223
506,979 506,979 000000000000000000057e96a0949fbd2dfb3d653f62b43f22047c630ec8ac44 726 0.42/1.00 vMB 69
506,978 506,978 000000000000000000649fda079993e5efda43b75f6edb3a8b2965c1c479660f 2,044 1.00/1.00 vMB 155
506,977 506,977 0000000000000000001fae9fac6250a4ee7381768d0c6b485bceb1347e3fe376 966 1.00/1.00 vMB 73
506,976 506,976 000000000000000000263b99054b1e42c9d47f06a764681678d67ea9c932690b 491 1.00/1.00 vMB 46
506,975 506,975 0000000000000000000040caed6aff40cad15f748bf2cc9f439a961335ad6fdf 149 1.00/1.00 vMB 12
506,974 506,974 0000000000000000004a84e2f9ad17f5ef539a36c864380c98fcd7c11d03c251 790 1.00/1.00 vMB 48
506,973 506,973 0000000000000000002579af61ed2de961b569ac2a877277cf68fa8b9fe82ec5 435 0.47/1.00 vMB 13
506,972 506,972 0000000000000000004e553aadcd4be3adb3bdb9ceda3de8f70e1bfa174a75f9 1,821 1.00/1.00 vMB 153
506,971 506,971 0000000000000000002a38767938866b9f9606b0191ebdebfa7cb5d3d9a7a978 120 1.00/1.00 vMB 11
506,970 506,970 00000000000000000026912fa1df448ae93d1c1ed236666aff9082dcb39c9511 275 0.10/1.00 vMB 183
506,969 506,969 0000000000000000002551c0eeb3a4f3a53f5e4fcf130cb268ce380314473acb 909 1.00/1.00 vMB 54
506,968 506,968 0000000000000000003195760b89126c139b3df629709e159d829adcfd1d25e7 2,277 1.00/1.00 vMB 48
506,967 506,967 00000000000000000058315f8bcefb5313eb7f1b06bf68c04f22767acfb15ab1 2,153 1.00/1.00 vMB 165
506,966 506,966 0000000000000000003e0dd0207f758f6b4e3a14b3328e7b8f4f6c13d91cc783 1,973 1.00/1.00 vMB 111
506,965 506,965 000000000000000000096ea56e0ab733a83978c30c86f093b0b22cdeedb5e1fd 1,719 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.