Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,343 transactions (1.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,152 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,151 (854,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,526 57,526 0000000007066fe5a8adeae64fcbbbda84548f02fcfdbd30d3a9b5bb99f51f8c 0.00 MB 1 0
57,525 57,525 000000000b677c9d08f72935e43cb47d3b13ca437b91ee75d20b5105adb3b1e9 0.00 MB 1 0
57,524 57,524 000000000a7524cb9a4534c104119bb576ffe527029c2b05f2e6e5cc724ccba4 0.00 MB 2 0
57,523 57,523 000000000223ef48aed1c8a2766d554c9ef22ea28921f8961cfa058233e1a02e 0.00 MB 1 0
57,522 57,522 00000000050328b11c81a4207eb49cab2ae3d6a97e34ea9d4e823a6f8692a581 0.00 MB 2 0
57,521 57,521 0000000013121502dc705ed411f6644f6c6714a5756343c0c39e0dd0580ba23a 0.00 MB 2 0
57,520 57,520 00000000069bd927cd2fa05b0b08eb62db735ced5683af088863b845a8b7bf9e 0.00 MB 1 0
57,519 57,519 00000000001804091137da6ec31e4b9e6397e0a8c7c84b77f84e63152ba11af6 0.00 MB 1 0
57,518 57,518 000000000c5fc367af45e73275447ca489c04c521b0a97e7e1f9fadc0aed213e 0.00 MB 1 0
57,517 57,517 00000000012caa4b351a87dadef6626fb446739c87371c60b53bd7d37ab3c614 0.00 MB 1 0
57,516 57,516 0000000012ff5e9a7685ea2ce068f992eed4ed1b7e9fb6d1afdc8e96549f2879 0.00 MB 1 0
57,515 57,515 000000000a253ed85f810d77738c0bdd5e5123ba50786b85fddeaea54e1f031f 0.00 MB 1 0
57,514 57,514 0000000014d7cde56b00dc538f2fbb9c56e877c81c5ffe6a61d185485e5d1e1b 0.00 MB 1 0
57,513 57,513 000000000bc17dbcd0e94a50d091c94244cce91f3faeae359de5aa5507545c88 0.00 MB 1 0
57,512 57,512 00000000069ccfd2fbcb462b5d0c0a62d2af9d30a7e84d1b80a4c40813a639fa 0.00 MB 1 0
57,511 57,511 0000000005a50de9849d55c3b8e0f1a5f0170e3ee39526005224059f2771343c 0.00 MB 1 0
57,510 57,510 0000000009d1fd4f92cc72eef2917baaece1f808d32560cc06799e078d8d960f 0.00 MB 1 0
57,509 57,509 0000000001e5a76394024e235c3d331577f7d2204117b1dc1e07b0ac14d62b3e 0.00 MB 1 0
57,508 57,508 00000000155bf9b001ab1cfb976702e8e700c337a5c424bd1b25f263d8bfb1fd 0.00 MB 1 0
57,507 57,507 0000000005ba207560db2722d27c9a34f287448a97500b20e919f359881b9587 0.00 MB 2 0
57,506 57,506 000000000a90e4401e17fe535491d3b043da3cf8845f67f6c356dad0711e16b1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.36 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,526.70 GB sent, 135.24 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.