Loading Tool

Explorer IconExplorer

Memory Pool

73,470 transactions
28.34 vMB
0.07819080 BTC
Random Selection Loading Transactions
Max Size: 167.71/200 MB

Candidate Block

Mining Attempt 4682e0dd5df2b1198e8ec1945f50742e7fe09c8c10c917f36eb350893df19ddb
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ab39762a08c6e98d82ce8181ecad5b3432a3dcb8c0465a50b16ebfc08780922f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.02120840 BTC
Feerates: 152.31 > 2.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (500,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,273 414,273 000000000000000005469651fdaa1dcda5e2db68cf20b297e4433e9ab6e430e7 440 0.37/1.00 vMB 47
414,272 414,272 000000000000000000410f44a7b11573bc2f58899fcbda8d782fd2dc5c30cad2 209 0.21/1.00 vMB 26
414,271 414,271 000000000000000001900308a9d7418c5883e427b233edccd3261866fb6a4a94 1,340 1.00/1.00 vMB 35
414,270 414,270 0000000000000000046ae4956dfede6597c25add96b568455e6cbeb74a7c9e3f 2,471 1.00/1.00 vMB 57
414,269 414,269 00000000000000000482ad19734c5a8a62b8fbe246a19de806fb43f4835a6821 1,262 0.99/1.00 vMB 32
414,268 414,268 000000000000000002e43939004d2442754ba7d077ea63d4dba332d98edef0f0 1,847 0.90/1.00 vMB 44
414,267 414,267 000000000000000002cf23b837edcf8416440b68c61bc396eb0d168daedbe088 2,396 1.00/1.00 vMB 54
414,266 414,266 000000000000000003cfc2adb8a0af3246cb331a65fea2fd75833c7b93e75ee6 1,211 1.00/1.00 vMB 29
414,265 414,265 000000000000000001e0c5ab39df8fc1ae3d0f2eba65f6d48d737f6478b502c7 1,336 1.00/1.00 vMB 53
414,264 414,264 0000000000000000053a6ab5105f90934f4c289e20d7bc53f2679af080956aed 526 1.00/1.00 vMB 18
414,263 414,263 00000000000000000296decf70e830e2ee523d84da54215c056eee4610c12ae9 1,471 1.00/1.00 vMB 30
414,262 414,262 0000000000000000002c10da72b8cae7cb8e21259209c33e982f04b6a97a43e4 2,213 1.00/1.00 vMB 50
414,261 414,261 000000000000000001a4a746076354b37406ca029434c5cff868795f798a432f 1,910 1.00/1.00 vMB 41
414,260 414,260 00000000000000000491d9c61febf7edc99d7f277c55e31b5d414e6f4874ed34 1,638 1.00/1.00 vMB 24
414,259 414,259 00000000000000000492f7ce6a608716f8a09e379526f6a52a26977251abd728 2,796 1.00/1.00 vMB 60
414,258 414,258 000000000000000004e18cee778f97f47129721f91cf75e31d59d3e4e05a97e7 2,072 1.00/1.00 vMB 43
414,257 414,257 000000000000000004653343e83a9d4b5da316f7f59662efa74b94ec356c81e9 2,967 0.99/1.00 vMB 67
414,256 414,256 0000000000000000023287107c898d83e949d85889d4e2e9902b32cb4d4d435b 2,384 0.93/1.00 vMB 75
414,255 414,255 0000000000000000032259a8695610b5f19e3c90c558d12b3e1eb55a557b1151 1,945 1.00/1.00 vMB 40
414,254 414,254 000000000000000002d0e5fddc1f556e809a3a9027b768923a4db5e8e53fe687 1,723 1.00/1.00 vMB 43
414,253 414,253 000000000000000003f26dc6e1563d13f50362b71f5b292a27dba35ea18fe283 2,826 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.