Loading Tool

Explorer IconExplorer

Memory Pool

77,958 transactions
29.26 vMB
0.06307373 BTC
Random Selection Loading Transactions
Max Size: 175.90/200 MB

Candidate Block

Mining Attempt 529e7ef854257a1b1f8c83992d93957bcc7892bdee04124607557e6b57196b68
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 006418750e75d4d4dcf928ad8b3a81af314678545eaf81347d783cf09ab3be2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,784
Size: 1.00 vMB
Total Fees: 0.00373264 BTC
Feerates: 21.09 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (316,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,272 598,272 000000000000000000107b60e002186b6496be4c5db8a8ec56a08c3b569f97b2 770 0.84/1.00 vMB 1
598,271 598,271 000000000000000000079b41d34b6bb81dfcb0b372d25bb6369c2b647ab092c1 2,968 1.00/1.00 vMB 7
598,270 598,270 00000000000000000015c38cc5f3a80f43e1f860b17d63d2d6fd418fd2393ba1 2,411 1.00/1.00 vMB 18
598,269 598,269 0000000000000000000f5c677a893b3260a5fd32fe51daa3110cc1f781860d42 3,012 1.00/1.00 vMB 26
598,268 598,268 000000000000000000016448f0888cd2287a3e116586c7effb96d7f8f2db2e71 2,815 1.00/1.00 vMB 27
598,267 598,267 000000000000000000058efb90269847810957e6cf470a0fac0390a2aae74caf 3,215 1.00/1.00 vMB 17
598,266 598,266 00000000000000000015f50d2f901cd52df150c08ecc5f3d8cff505c66ff298d 1,249 0.54/1.00 vMB 10
598,265 598,265 000000000000000000031cb4908b64ae879e9c450c13ead2276d274d8bbb95db 3,144 1.00/1.00 vMB 16
598,264 598,264 00000000000000000013355bae1ccbaa0d3468700f9e8f3d1d3667f5fd7941b3 2,697 1.00/1.00 vMB 21
598,263 598,263 00000000000000000004adcaac7b33026a8cf470014cfc7db795911a8be49291 1,496 0.49/1.00 vMB 20
598,262 598,262 00000000000000000011ba986f7561e0f5e7f74b6d5c3012ccec123558411b59 346 0.12/1.00 vMB 20
598,261 598,261 000000000000000000091e46e6ea671e60b3f996c7bd43e7b3a2a531e0889ded 2,342 0.82/1.00 vMB 15
598,260 598,260 0000000000000000000465dcd531cd8677cc0985415fef1f70b584f9b924c5ab 1,967 0.67/1.00 vMB 18
598,259 598,259 00000000000000000014f4451d765f0d60ecde8ae401b9c1799aaa80dea63fe1 289 0.09/1.00 vMB 17
598,258 598,258 00000000000000000008be25ce5db7377c999d55b7cf48781c0655a9e4ffb088 938 0.32/1.00 vMB 19
598,257 598,257 0000000000000000000106727da7b0ec6756fc537a676e7f038dad2c24df21e9 1,775 0.59/1.00 vMB 15
598,256 598,256 0000000000000000000aeacc3b624e021b88b8ae5c2d3b255f59834a2216d9d7 473 0.14/1.00 vMB 18
598,255 598,255 00000000000000000011c51aafbcd48c0bbbf2d1ebcc4f1d039929d1301fee8e 444 0.14/1.00 vMB 24
598,254 598,254 00000000000000000014a69f3bba6796b173298543b0403036524d5672fe1f34 303 0.10/1.00 vMB 27
598,253 598,253 00000000000000000015c0b93bd84c77b9b8d2ab1bad46d41e7425baad3c3bed 1,621 0.53/1.00 vMB 20
598,252 598,252 000000000000000000140592d0fcad47c39f5e29ca148267e3508b4bbd2ecc26 2,808 0.99/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.42 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.29 GB
    • Received: 15.11 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.