Loading Tool

Explorer IconExplorer

Memory Pool

52,844 transactions
31.04 vMB
0.15898230 BTC
Random Selection Loading Transactions
Max Size: 166.64/200 MB

Candidate Block

Mining Attempt fa0224bec938ff21bdef046f5d84108ded3301a77aa067e7fa9990863bd5cf38
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 52f2cd12d701cc0f59d97b7a92d2e787baf17fa61f97317bbfa0b4f347f1b538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.07092167 BTC
Feerates: 150.75 > 7.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (425,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,349 489,349 000000000000000000abe357701f1eb4c2263bc947a9bfd55127714da70bf778 2,099 0.95/1.00 vMB 75
489,348 489,348 000000000000000000e25bdb5919a1123d28f41a90942947324341ea6d74eaff 2,210 0.96/1.00 vMB 69
489,347 489,347 00000000000000000059411e6e25b9b524a5bea09d316b2730c4b830406bb0c5 1,859 0.94/1.00 vMB 112
489,346 489,346 00000000000000000078a6bbce83cab4049b3709210ced70f02f8643eb27573f 2,485 1.00/1.00 vMB 169
489,345 489,345 000000000000000000212d479c8658cb9ccd98ca273afbf94cc836498b04aa4f 2,194 0.91/1.00 vMB 78
489,344 489,344 00000000000000000032fdba2b7d1e5a8cd948e9ff3e1ecccc6dc7d3f6c26d38 2,754 0.97/1.00 vMB 162
489,343 489,343 00000000000000000029b7457190935bbd6df7a6bd644912c19776e6ede18887 2,436 1.00/1.00 vMB 108
489,342 489,342 0000000000000000006241980980d93b202eb63e76979eeb28fe9b73e9b1330a 2,188 1.00/1.00 vMB 95
489,341 489,341 0000000000000000001c74270b8ece593fccc01f206a5951c60d355ae04daaba 2,223 0.96/1.00 vMB 138
489,340 489,340 0000000000000000004b6e8f8f05465beeb8321b48e3fa8f26885c05b9b02f57 2,138 0.95/1.00 vMB 64
489,339 489,339 000000000000000000232719f1a846f536619029ed416f8f4ecd8fab55045ff2 2,144 1.00/1.00 vMB 112
489,338 489,338 0000000000000000001a8a52d993d10ad7f348ea0f66bb8dcf847cf1f21a4c97 2,240 1.00/1.00 vMB 140
489,337 489,337 0000000000000000005dca7a065d473fcd652961b9e85ae504ecd63984a317db 2,755 0.97/1.00 vMB 177
489,336 489,336 00000000000000000027fae7fd98ff749086d583d388f465d55e70d3344c6e95 2,371 1.00/1.00 vMB 108
489,335 489,335 0000000000000000004c3ae66c0d249ceba66dedc22e1d59ee6c69bebc8a87c6 2,354 1.00/1.00 vMB 68
489,334 489,334 00000000000000000072536b889dd63381cba497d7148816a5f0b35712d5712e 2,083 1.00/1.00 vMB 95
489,333 489,333 000000000000000000630b9e8eaf3aeef67f32ad69c960cfe4c7403ffa0639c6 1,997 0.88/1.00 vMB 48
489,332 489,332 000000000000000000545bd380f32a0c3bd2814dd6a062a4f90e2a2c519cbaa7 1,496 1.00/1.00 vMB 105
489,331 489,331 000000000000000000201ac1f59e0ab36f4e367c81c06dbef84f45ef0c20a849 2,840 1.00/1.00 vMB 209
489,330 489,330 0000000000000000009f2129f6f02453c7e965d57738518faded79a4ad621356 2,254 1.00/1.00 vMB 118
489,329 489,329 000000000000000000cfc265123fc9505304004d6c2aa4a080fcb66a90fee1bf 1,612 0.93/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.06 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.11 GB
    • Received: 13.41 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.