Loading Tool

Explorer IconExplorer

Memory Pool

35,021 transactions
12.15 vMB
0.14360465 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.20/200 MB

Candidate Block

Mining Attempt 204f4968f26a605012748d8e20166ebb0bfda65b73463d31777a720dcb47a59b
Version 20000000
Previous Block 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8
Merkle Root 7a3eaa62d6fc140213db22c8b816675a59ac3e0645f2dd71e43a74dba12b8e1c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.04638594 BTC
Avg Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,036 (664,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,876 248,876 0000000000000020cd778a7bf72e1f5a8ee7e9cb93e1dd7908f6555eba547c6d 0.07 MB 183 158
248,875 248,875 000000000000005d5212891e8759f59c77a0cd1aaad20bbaa936ebac2acf657d 0.06 MB 116 133
248,874 248,874 00000000000000327fddba95e7461abf3836ef55aa270bf8b1ff9639f919199c 0.12 MB 203 123
248,873 248,873 000000000000002aa0abbd5d5b01491773e870606973e9df6b0d6cc8b02558eb 0.19 MB 470 173
248,872 248,872 0000000000000061f40ada2ba6b683071566a11ed285242ff050d2cf3927ca36 0.01 MB 16 246
248,871 248,871 0000000000000026e21b636181deb82b8c60cd860e6212c3cfddd44c729ad887 0.15 MB 309 121
248,870 248,870 0000000000000065b7f14b32ae9413bd64a28339280d48c67e32b569a188959d 0.09 MB 151 59
248,869 248,869 000000000000004f08bca4bc782061f241bf25c3635c3b0db0f7d8d6c6646591 0.15 MB 311 142
248,868 248,868 0000000000000072b5f552335a0661a4fe459e8f5ae7f9771a413fa26704741c 0.24 MB 525 149
248,867 248,867 0000000000000059f6cf790ef1c234002d139d0c35ac9d265aa62587622d3fbf 0.03 MB 36 26
248,866 248,866 0000000000000043ffa30fbc0ce890aa297c3e4d8da74f6edfea20e4a183b111 0.25 MB 611 161
248,865 248,865 000000000000005265fc0d56a3220076a64dc5b6cedf99f6b53e0040a98a2e64 0.00 MB 11 121
248,864 248,864 0000000000000051056f5a44ddc1ea78a89459ddb5a8cfacb3dabeef85aa2e61 0.04 MB 77 107
248,863 248,863 000000000000000962215aedc96374b0e4caf1e0f23b9789ec9af46f52e853dd 0.08 MB 210 149
248,862 248,862 000000000000007e9e3b48908186a0b236aba3d402f098f3d225f64c981aaf82 0.03 MB 50 114
248,861 248,861 0000000000000029029167b4e4402da10ce41f8774bc901d81eca61397b1482a 0.05 MB 104 142
248,860 248,860 000000000000007bb382c47b7199fc39e794ca9fc0098b582c07d409a47b3fed 0.11 MB 277 137
248,859 248,859 000000000000007412a2242d0f6a4607107ce80212689250a32858a67af8f6d3 0.07 MB 149 170
248,858 248,858 000000000000003f64340931806aa24facfb1e5889604d2ec5be8589bd6c9632 0.15 MB 280 109
248,857 248,857 00000000000000128dac734dc368e053215845007244addf8b235c8db014ccf7 0.11 MB 285 154
248,856 248,856 00000000000000626409226727a498bc4575ce43d96033692a46343e32ad78e9 0.18 MB 442 156
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 39
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4.46 GB
    • Received: 0.06 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.