Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,490 transactions (1.77 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
909,459 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,232 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (819,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,594 89,594 0000000000007f1ae3727ccfb726c513fee8e850948fe1255dd9aa6847b6dd3b 0.00 MB 1 0
89,593 89,593 00000000000b2fd9e53e5babb3798b9fef7e8d50053217f5117ab751e0302f5c 0.00 MB 1 0
89,592 89,592 000000000001f5c096b185199127e859d2308c9a60b35d6e42651640fcbc798a 0.00 MB 2 0
89,591 89,591 00000000000f3c3af4a8dbefa23e82c53a45fa413e194f4339687b08a19ccdd9 0.00 MB 1 0
89,590 89,590 00000000000a4d631c75ddd28ab865bdc0fda6d7675b0b84a7e468407b683bae 0.00 MB 3 0
89,589 89,589 000000000006497a82c03884abbc89cb69e5a6524df0f0673c96ab7e13d08d63 0.00 MB 7 0
89,588 89,588 0000000000092c64413dad07fc03632994cf231f09a8a61f6efb2c2d6cbf11a9 0.00 MB 3 0
89,587 89,587 00000000000e88da7be19138bd2ca89494e3d50a7429969d12892d1f76f826bd 0.00 MB 1 0
89,586 89,586 00000000000902cd2a91113f0d6cec09b02a7467a618bb8a58883abc5c224bb2 0.00 MB 4 0
89,585 89,585 00000000000f8c6d170ef7011ba366a52e05ef92ff3c629fc797e806396c7d81 0.00 MB 1 0
89,584 89,584 00000000000f9cbe0e221ae6a2f81be0efbcfa9995e3ded1c5cf2d3134723211 0.00 MB 1 0
89,583 89,583 00000000000ff64caf7310fa740b5d24d8f689becea3dc70e96e41b312741276 0.01 MB 13 0
89,582 89,582 000000000009d9f83a0c6bc7f91c9b830f9377bc9e8f53a22c375acc9afc563a 0.00 MB 1 0
89,581 89,581 00000000000ca39fa21756f8dee5aa566f836e910f8ad25874696dfc32a2363f 0.00 MB 1 0
89,580 89,580 00000000001173f269e62b904644ad0b97aa7148cb8e92e3a174dba45b5b73c8 0.00 MB 3 0
89,579 89,579 00000000000860895a595e4c45e9880bdfd9eca014be9412fe4b7af24d1e6ed3 0.00 MB 1 0
89,578 89,578 00000000001367af1855910525e28457be0dd54abda00d7f1a8cad51a7b2ce57 0.00 MB 3 0
89,577 89,577 0000000000040340c9401c1a82a1da7103445dd3a2f7b19a1a4a22c1e68fac05 0.00 MB 1 0
89,576 89,576 0000000000007fec0960f2acd1f3171cd28fffc70a0939fdfbacb3faba4a8612 0.00 MB 5 0
89,575 89,575 00000000000e2a51c630380d634a7686dfa014e084183d7c4f2d15387b71eb1a 0.00 MB 1 0
89,574 89,574 00000000000ee7d9df0f7bfaaa8641599077a9c3f1b803dd8989c21aa86cda6c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.39 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,079.20 GB sent, 110.20 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.