Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,151 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,937 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 1,135 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,936 (829,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,024 80,024 00000000004566ab44d5ce27aa18bba6fd3254a76b9411f61553209f80709e0e 0.00 MB 1 0
80,023 80,023 00000000004302e28377457907f7e4108dc1e68288cba9457c7f01895752af3f 0.00 MB 2 0
80,022 80,022 000000000023d6339f8cba7080d6fb47e9abe7b0e0bc913a9dbd1c1b4956ff67 0.00 MB 1 0
80,021 80,021 00000000001292d01b429ff69318774ff0c2b8f176432f534102f5577bdbcd1d 0.00 MB 2 0
80,020 80,020 000000000047dcb4fe4040fea3015eabe4250e4ed33bc7536e0fbc3ba86ac5df 0.00 MB 2 0
80,019 80,019 0000000000282280fa46561ac0649b0b4791aab258278fd1092d8ef114d39d5b 0.00 MB 1 0
80,018 80,018 00000000001847295160e93fbc8b1eb181dc7a4e0aa3afc0c0f0169fde3b7431 0.00 MB 2 0
80,017 80,017 00000000002ed10af2477bed1b551502ac6af39167ebccb69f2cbabf24ee45d6 0.00 MB 1 0
80,016 80,016 00000000001a23165c61458449b065e525e5bd2cd605199009d790c92aa9daae 0.00 MB 4 0
80,015 80,015 00000000001e334adc90cd511f3dabb72d862db0440bedf52e609515ec50afef 0.00 MB 1 0
80,014 80,014 0000000000514506bf9c04e4a7a6cb8272a3c52009fc3457348b47a960994ff3 0.00 MB 4 0
80,013 80,013 0000000000084b6ed541d2ad1eb6e801255ea0e08089c70bb95a54427f3f5e77 0.00 MB 3 0
80,012 80,012 000000000058569b60aaac463a1fccdf1131e21e7f88f24fbad7d366c3fb9ce2 0.00 MB 1 0
80,011 80,011 0000000000178da6e2b281ebe8c9323b31e65a56cd2c254770e672a0ec3a71ea 0.00 MB 1 0
80,010 80,010 000000000051d48892c08c0e69c70a7e0cd86c3c89dd7c01bd384dbc600de6cf 0.00 MB 1 0
80,009 80,009 000000000019167ebd4b72add069a5114c379a161983f9d5c9dc1cc9a244b680 0.00 MB 1 0
80,008 80,008 0000000000547df856decd7a7f23e20f1d98996d78fd1b1801bfd0aa7be022c1 0.00 MB 1 0
80,007 80,007 00000000005a786d37b07c4d7ab4c7a93de33a16bb926b4fdd1fb14bf8b8c7a0 0.00 MB 1 0
80,006 80,006 00000000000c8650598a1943cc24ed3577dff3b0684e3884a6a47c80270c82af 0.00 MB 1 0
80,005 80,005 000000000042cbc35a9ef3d63e9847165d8c17321b58b819f7645b699c3e25b1 0.00 MB 2 0
80,004 80,004 000000000016c5db2655e018494959db5ac9f595786747f9087107a642c95a98 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 773.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,174.09 GB sent, 114.79 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.