Loading Tool

Explorer IconExplorer

Memory Pool

55,578 transactions
32.52 vMB
0.16712444 BTC
Random Selection Loading Transactions
Max Size: 173.98/200 MB

Candidate Block

Mining Attempt 1839dd47ee69b8ee767b0bbbced481320c6bd8c6f96b72aba93dededefc5fc00
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root bc61a7a5c664e4dd03784f4d5440fe91b1c17f164a0d75de3a25b9d80a48dee3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.05729121 BTC
Feerates: 301.66 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (425,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
489,328 489,328 000000000000000000023067e7d50d8011eff4fb54433c9d2d050a1195d6d359 2,117 1.00/1.00 vMB 149
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.27 GB
    • Received: 13.52 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.