Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

328 transactions (0.10 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,371 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,370 (23,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,303 888,303 00000000000000000001162e294a372869cb55e0efa5b636abc34e0df75ec274 1.99 MB 750 1
888,302 888,302 0000000000000000000261da12049b5e88cbc7036b8a69e9608ad34087e2733c 2.00 MB 1,006 1
888,301 888,301 000000000000000000028255bb7ba83275a7636105eeac2450a09d2dcf0d6229 1.54 MB 300 1
888,300 888,300 00000000000000000000dc21499bddd00213b7634cd0f2121f13ed746041d7ce 1.50 MB 2,661 3
888,299 888,299 00000000000000000000173ce186de21ac38a33d65ffe1dcad61eed4d9bb1ad2 1.57 MB 3,457 4
888,298 888,298 000000000000000000020892ba1ea44c392d899e2a7c1780111331ba7bc83875 1.49 MB 2,736 3
888,297 888,297 0000000000000000000248d9de13c14c77b76bae2c4e8482c4e6f747352c749b 1.86 MB 1,634 2
888,296 888,296 00000000000000000002367d810251feb142bb08890a135b55c54678739e4910 1.54 MB 625 1
888,295 888,295 00000000000000000001f61b3550462b1351b610d0a8eb4340b833cc035e36e9 1.38 MB 2,112 2
888,294 888,294 00000000000000000000bcf8735a1b935f9f3bc93b5c107b34d6be22ad2b96b5 1.62 MB 2,913 2
888,293 888,293 00000000000000000000d9a514e97bf71cfab5dc2bfb0f237c91f26de9251a5f 1.65 MB 3,409 5
888,292 888,292 000000000000000000016acad1e8266d19cf9fadf694b8dd587dbfe1cab684e0 1.90 MB 2,685 1
888,291 888,291 00000000000000000001d09fdca7aa61d8b5abd2f5387aad2c5a4327f876d222 1.63 MB 3,019 2
888,290 888,290 0000000000000000000004957a38220a14f033f2302452faf689122b640f0342 1.92 MB 2,845 1
888,289 888,289 000000000000000000003f707e49af6f580da572943fbcfb29c8bf7e4554fb78 1.77 MB 1,654 2
888,288 888,288 0000000000000000000136cca674fecf1ab6601eb99fcb114be68a4f307f85fb 1.62 MB 1,536 2
888,287 888,287 00000000000000000002319445c28c04d5a5289a126ab1b6ef85fcee8befd464 1.67 MB 3,085 2
888,286 888,286 00000000000000000000581152246944d8bfaa80c8133ddb670de77e19b8aba7 1.97 MB 2,030 1
888,285 888,285 000000000000000000005f458400ebde95d096dc482456ba6feee621f9f65d3d 1.30 MB 1,495 2
888,284 888,284 00000000000000000001844ef012b5dab10c8f3d72bff7c6ca5ad8b43600e6e7 1.79 MB 2,643 3
888,283 888,283 000000000000000000026878ed52c4c09d7ff9a5ccdb30f4841ba2dea5585cd0 1.61 MB 2,945 3
Previous 10 blocks ↓
Total Size: 775.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.89 GB sent, 128.46 GB received

Notes

  • This page updates every 5 seconds.
  • 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.