Loading Tool

Explorer IconExplorer

Memory Pool

77,080 transactions
28.74 vMB
0.07788743 BTC
Random Selection Loading Transactions
Max Size: 173.88/200 MB

Candidate Block

Mining Attempt 48bdb4525e6734bafacb8d2783cc2c0d34b83d2993855a7f032b6205f591d3da
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 4f6f23b8d0ca86d9ce1d2ff419a320a30e49053e59954c99798c7f0a9ff134e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01789754 BTC
Feerates: 100.17 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (477,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,312 437,312 000000000000000003bfac86d41962e0f0a240814ebd4a66fe689ae9d13077c5 2,116 1.00/1.00 vMB 52
437,311 437,311 0000000000000000044bdea210b237a18cbb8b496b20cc6559c1c1f959c2a5c3 1,977 1.00/1.00 vMB 51
437,310 437,310 000000000000000002f46a13de1b6004a830d69900882303f3c8f3c11115f4ea 2,145 1.00/1.00 vMB 53
437,309 437,309 0000000000000000000c110a32adf8aa7bde1946c726eb5eee3b5dabbfb2b0a7 1,896 1.00/1.00 vMB 61
437,308 437,308 000000000000000001491b49539eee00c8aca9b96cf023e103b3190e9d6af292 2,001 1.00/1.00 vMB 64
437,307 437,307 000000000000000001e230b48b7f15d3fe5210079358e8df980ee32bfc0ceb17 2,070 1.00/1.00 vMB 60
437,306 437,306 0000000000000000002acafe694e1dc4aed252c4c2ef22e3771e04020597074e 2,518 1.00/1.00 vMB 85
437,305 437,305 00000000000000000234396ba0c5b12e6d31ce1784be23882806c3e30e21c28a 2,907 1.00/1.00 vMB 71
437,304 437,304 0000000000000000025f51d530749fffc7f55d68d752594166e3b834fe20d9f1 2,985 1.00/1.00 vMB 65
437,303 437,303 000000000000000002d249a3d89f63ef3fee203adcca7c24008c13fd854513f2 1,652 1.00/1.00 vMB 76
437,302 437,302 000000000000000003ede553043a22df3ff0bc7313a4ae7ec986d8e42a85fb62 2,735 1.00/1.00 vMB 75
437,301 437,301 0000000000000000010f154aebc9404f3e25cb182ad68223fce0ef990f31c03a 2,538 1.00/1.00 vMB 76
437,300 437,300 000000000000000000c3bb2cbbec91675c4f81c660ecb55dee6636aa47c19fbd 2,474 1.00/1.00 vMB 103
437,299 437,299 0000000000000000016bb6a739530f69ba34ea8ef23b204bae78b181af51adbc 2,329 1.00/1.00 vMB 89
437,298 437,298 000000000000000002016245403f5bb105c39b499a3e9059de8426f94bbe4eb4 1,836 0.75/1.00 vMB 104
437,297 437,297 0000000000000000015ea1cc96dec9d36c38171e87734a2b81efb4dc986db305 623 0.28/1.00 vMB 167
437,296 437,296 0000000000000000020503748c7b4c1be80cdcb17e24a1c71d34c326ff07caca 2,086 1.00/1.00 vMB 61
437,295 437,295 00000000000000000140f4bf236320c0b90c577aa595ed421e49610bad3cbbb5 2,407 1.00/1.00 vMB 91
437,294 437,294 000000000000000002662d65217aa0641b970af80934add49a9769f7266460ae 1,340 1.00/1.00 vMB 159
437,293 437,293 00000000000000000191a01166410f603ef92ea504de1ab7abc90db717f4c150 2,088 1.00/1.00 vMB 67
437,292 437,292 000000000000000003ab107bebc5c5dd5639517ae423d335922923e8c33aa934 1,300 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.