Loading Tool

Explorer IconExplorer

Memory Pool

84,636 transactions
31.79 vMB
0.19036097 BTC
Random Selection Loading Transactions
Max Size: 189.86/200 MB

Candidate Block

Mining Attempt cc462b70306be8c40935b06f63931c9326a149071ff8a5fb5768367676de0d95
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root c8eb90c32105e99bb51a5ea22702b46f64aea01bfe29dc8e999f0b0e475f1ef5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.08160749 BTC
Feerates: 101.65 > 8.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (424,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,652 490,652 000000000000000000e50f5c67e33df2b99dd15069fe198571ef44b8a47fd49f 1,689 1.00/1.00 vMB 110
490,651 490,651 000000000000000000e7b8f1e8b07d7a9d90d7bab4d636ea406df08058d2a0da 2,230 1.00/1.00 vMB 44
490,650 490,650 00000000000000000090e41199d52f5a6fd8913d54d4414a4ad81dbe754e8bed 2,010 1.00/1.00 vMB 52
490,649 490,649 0000000000000000002cabdf0bfd05101d031cbd26b6a09d2a9fa54048bdb0fb 1,624 1.00/1.00 vMB 58
490,648 490,648 00000000000000000036714fd7ec46e56d869bed432033a6aceda330cd605d01 2,186 1.00/1.00 vMB 210
490,647 490,647 0000000000000000001fd45318d45dff6ad5399a37456b96dd5670834f754dcc 2,216 0.80/1.00 vMB 57
490,646 490,646 000000000000000000975bcb8b697b553bc3a52cba8b546199ecb4e23ac1fd53 2,352 0.89/1.00 vMB 107
490,645 490,645 00000000000000000092ef3d19d80adcd95bb927bbeb83511789e7e37c946d1c 1,273 1.00/1.00 vMB 91
490,644 490,644 00000000000000000099fbe60cd09ff096cb816554ddc22ced57f1a2f0ad9ea2 2,726 1.00/1.00 vMB 108
490,643 490,643 0000000000000000000c82c853670b73bc9e18e68fc9e0d5bf47eceaea8cea6c 2,588 0.88/1.00 vMB 121
490,642 490,642 00000000000000000094e1b96204749e8a6f193797756c75dc49e37cb7dc7215 2,900 1.00/1.00 vMB 102
490,641 490,641 0000000000000000008691c0bc20bf897565aeaeb4f7421651f03610b823d7b4 3,088 1.00/1.00 vMB 100
490,640 490,640 0000000000000000007d533537d33ef0587ca2731061f0bbe3addc51424bf286 2,315 0.96/1.00 vMB 169
490,639 490,639 000000000000000000727e8c8615755928eadba015b70a10582d85d1d7aa03c1 2,998 1.00/1.00 vMB 89
490,638 490,638 00000000000000000020b7888f7bd32170a73bd727a82dc2e5b75608c742f32d 3,334 1.00/1.00 vMB 92
490,637 490,637 000000000000000000c6d0fa9453cb7a9b9348510930071230c3760fcf64efcc 2,411 1.00/1.00 vMB 113
490,636 490,636 000000000000000000cbe5bb5cb669044c0b27bffef224a70c370cc0663203f6 1,866 0.96/1.00 vMB 154
490,635 490,635 000000000000000000e3d3c3950c1ee104554125ba3d5da2365a0ef6a32ca41b 2,432 1.00/1.00 vMB 176
490,634 490,634 000000000000000000477bf0e39c366b949c08a63551a255ddf22fce8c469829 1,921 0.96/1.00 vMB 154
490,633 490,633 000000000000000000675c7ff15e5e2606afa10c2eea5daa5d85673f8babc1bd 2,142 1.00/1.00 vMB 163
490,632 490,632 000000000000000000cae2295926f876d91e313c21f5ef2808356d56d3f145be 2,621 0.98/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.65 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.72 GB
    • Received: 16.32 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.