Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,071 transactions (3.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,868 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,562 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,867 (839,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,877 69,877 0000000000ccccd4b82e6d38aad7d7fedb78b534fcfd375032b85a089b1846e1 0.00 MB 2 0
69,876 69,876 00000000003bba59ced6aa03b38951379a1b776e401f0b56a80750ab50b2380a 0.00 MB 1 0
69,875 69,875 000000000156cc0ced0f82b91199d9acb6ae89c5f22d256cd78f4bc29a658244 0.00 MB 4 0
69,874 69,874 00000000006862318ec8879d4c29c3f454d2d87f8a74375f388db56980b169e9 0.00 MB 2 0
69,873 69,873 0000000000983bc38fd8a9c2a9e208eb6a683d28895c82d60c295fbb211ab0c5 0.00 MB 3 0
69,872 69,872 0000000000d5e242bd7b8a22df32bd190a8c0e3677ecac5b7da8077cc252bd8d 0.00 MB 5 0
69,871 69,871 00000000011fb28662f7b1f26bbc8eb9a1dd46a277b06ec195ba2f9a4678dab1 0.00 MB 9 0
69,870 69,870 0000000000341e1583e9250d04a3745b218700943d72fed9a58760d8fc6a685d 0.00 MB 1 0
69,869 69,869 000000000166054085a09b1e57f913675c5210896655aff065b5ab39ce1cc874 0.00 MB 1 0
69,868 69,868 0000000000ad60ef63a813b60bf47a3819d1a451a92df344c1e5798e960113a6 0.00 MB 2 0
69,867 69,867 0000000000bf9be396f7986bb79aa686a5cd0fcf5a77631edff3db0a6a3f3cc9 0.00 MB 1 0
69,866 69,866 00000000004a2f164250111bb3372ba0c0d1941200fec57b3be9cb71296b7b92 0.00 MB 7 0
69,865 69,865 000000000032f79a519d3261516de8b49d77960df33e4b4dbfc74bc3fe7908bf 0.00 MB 1 0
69,864 69,864 0000000000642681af7bcbf6aea397d40037a683585935eac9bfa7e97215b648 0.00 MB 1 0
69,863 69,863 0000000000b36dd4d4bf32c043a71adc62faeda042157ab2ca6c29913986e151 0.00 MB 1 0
69,862 69,862 0000000000bfe36012c832717648729505d20a78e1c45f2a8cd676ece577c244 0.00 MB 2 0
69,861 69,861 0000000000e05bb631090bb4c7ec99d34f219d492f864a8b422fbd76d075a4be 0.00 MB 2 0
69,860 69,860 00000000008b9e7bdbcbb933b9442dd6f2550a54745733135ee59b020b57ada5 0.00 MB 1 0
69,859 69,859 0000000000242fc940302f11faf9656ef01e6d03e70e4d6b2a0bd5dc6f395e2a 0.00 MB 6 0
69,858 69,858 0000000001675330ef33534ec581c38fc7eb4eb2fe1dcc753b0a3af84c730aaf 0.00 MB 3 0
69,857 69,857 0000000000ba66c700d73da6385b5d7abe6167f9a524025c980c8cf5f3b85328 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.15 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,167.93 GB sent, 114.12 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.