Loading Tool

Explorer IconExplorer

Memory Pool

46,172 transactions
23.65 vMB
0.14608999 BTC
Random Selection Loading Transactions
Max Size: 129.42/200 MB

Candidate Block

Mining Attempt 6c035b92f8987e8bf9a27a41e5ccf0b483a7b7e1d0c5499e636e82c69da2c73b
Version 20000000
Previous Block 00000000000000000001350ed2034af4b78f928cb7df77b79c39a7979cbb2b7d
Merkle Root 1bbe72bda19874c16e4d91451043db87462e2f4991f40b6f8c4d031566dc9026
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.05230948 BTC
Feerates: 505.54 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,084 (801,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,528 112,528 0000000000011b01e1e91cf65e600ffa219337fe4b2ecf3be2108b6414505221 11 0.00/1.00 vMB 1,179
112,527 112,527 0000000000000e6a2c4b4fea87bf3552e42a17723238982e40dcc647e6b82b2d 3 0.00/1.00 vMB 3,868
112,526 112,526 0000000000005e4c62113feffcce38d00380b01acc59522ef98f52d34609a92a 9 0.00/1.00 vMB 0
112,525 112,525 00000000000120a5caa89012fa2c0cce8e556340e61ef65184c509b32f26933e 16 0.00/1.00 vMB 0
112,524 112,524 000000000000776738d434722f0be9fa3f95251fde30d4403e85225e64b74789 5 0.00/1.00 vMB 722
112,523 112,523 0000000000001d54bbd6c854892c669ce4808a339ff525e51bc04a8f7746edd6 7 0.00/1.00 vMB 922
112,522 112,522 0000000000005b70f4ce930931cb1578557b7786aaae908ee81ae3e47ea5daf8 3 0.00/1.00 vMB 3,868
112,521 112,521 00000000000114802267171ace751bd6a18dc8d5e2499be751b9c8680ab03923 15 0.00/1.00 vMB 1,551
112,520 112,520 00000000000027a49762fecc92f40548aea30b47fda8693a8632bcbed47c884d 23 0.01/1.00 vMB 176
112,519 112,519 000000000000c9eada629529bf2adf2123fc0858302ea3ff84ca519d0add4eeb 8 0.00/1.00 vMB 2,257
112,518 112,518 000000000000f0b7c1e53d4f295d29481a218abd5610c461c66a5863d3fdac6f 7 0.00/1.00 vMB 1,049
112,517 112,517 00000000000129b031b358c4404ee3974b8cb33c9f6e96647f44a509321a88f2 7 0.00/1.00 vMB 453
112,516 112,516 000000000001256139c2b5f4a498097bc481920c516f294438cdaebb415bea46 4 0.00/1.00 vMB 1,353
112,515 112,515 00000000000087d0d7138b68ec3e455291cfcb37cd9de42c33f91f17bf03dc12 6 0.00/1.00 vMB 1,498
112,514 112,514 000000000000e0568328c3bda451e7383046b734b21f1cafcd7577939bd6c3bf 1 0.00/1.00 vMB 0
112,513 112,513 000000000000d28bebb44e9d83fb5a205add2f3505708fd082f45c099442d4b3 5 0.00/1.00 vMB 0
112,512 112,512 000000000001232f5e15fb25ce419bd2f272b849988a4589f56430fd81af92b9 23 0.01/1.00 vMB 0
112,511 112,511 0000000000000f6aeb0b5874d1ea8dc1a5b886314e4b1984f90316ecc0c55201 26 0.01/1.00 vMB 1,181
112,510 112,510 00000000000040eec7cfe120a9410395fdbc1725b77857ea30e0a40990ccb762 3 0.00/1.00 vMB 2,403
112,509 112,509 000000000000366247371f2cba3177fec809faed4e6563b61485574cfbce4f4d 8 0.00/1.00 vMB 719
112,508 112,508 000000000000fa55c26840757a765875988977045c3ad261365422320229834f 18 0.00/1.00 vMB 1,763
Previous 10 blocks ↓
Total Size: 780.74 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: 556.14 GB
    • Received: 7.01 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.