Memory Pool Memory Pool Refreshing

1,164 transactions (0.34 vMB)
  • 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,014 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,132 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,013 (864,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,536 44,536 000000000438e473ade861e6ec40a8296a752f286a170eab32558742c6c7a376 0.00 MB 1 0
44,535 44,535 000000002093628575c024a48e8420421c8d3fc484cb3dd5f53f9c7a94be670c 0.00 MB 1 0
44,534 44,534 000000002752463118ed00a5c15c9366c4ade2103aa3c344674771e331c8d67b 0.00 MB 1 0
44,533 44,533 000000000ae81b1dcfc44411ce95fb6d53170799a031af1e0c1fdbb2f078239c 0.00 MB 1 0
44,532 44,532 000000000b9b328e52e844a161418affc956a51b7a92f8cf78e093dcb41831c7 0.00 MB 1 0
44,531 44,531 0000000007e570c0aac1d231b3f55fe71687d13eadb4e75162926b4fc5339852 0.00 MB 1 0
44,530 44,530 0000000000e52eee310e44d0d35748cd162106f3e6691e057215d3419e5fae57 0.00 MB 1 0
44,529 44,529 000000002fd6d01dc1f8e69b287d257ec28169f3f888c061a7ff17f74e862391 0.00 MB 1 0
44,528 44,528 000000002377c8fb71c39571c4637a18650938fc7b304b3e642d23047d2ff6d7 0.00 MB 1 0
44,527 44,527 00000000235188d72530c3ad5a2b786c12b832743ed88339aabd1b61b340038e 0.00 MB 1 0
44,526 44,526 0000000037fef6e5a49edabcd803f9fb1611ef46055db16f8236865507e35103 0.00 MB 1 0
44,525 44,525 000000002f8a956c2616c2b130f8a7bfbb0b7944fe8990987410985b84d819bd 0.00 MB 1 0
44,524 44,524 000000002cdc6373eb9a97c9b982adf548ec32d01899c9dad4dfb740d848b254 0.00 MB 1 0
44,523 44,523 0000000035a21ddb246cc22c38cade05b384ebac6c618e5bc2998b054a3a5a93 0.00 MB 1 0
44,522 44,522 0000000030d1c9848b67be4bf845a3698e821db671c03550a4be63fb20e5b49e 0.00 MB 1 0
44,521 44,521 000000001e696d0673a2b074bf9e4942c6672b1c166a4b8721b56c0621911f96 0.00 MB 1 0
44,520 44,520 000000000f8aa838ddecb9ad704c8dbcc7b0f49f90b0d1d35b4a48ee4ccb2471 0.00 MB 1 0
44,519 44,519 0000000035b183187980d118389233cc8e8ef2299fdf61e5dd358cb05cfbcd3d 0.00 MB 1 0
44,518 44,518 0000000009811e41c1c63732a1ea1a06014d7f312e67e63e333ce2c6384e4ecd 0.00 MB 1 0
44,517 44,517 0000000002e66eef7efe2c94ea099be147616eae097763befc668965b599f69c 0.00 MB 1 0
44,516 44,516 000000000af0c38415b8000bc5de794359ea14c41e220e1ba5590ec2c3d3eeee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 1,868.34 GB sent, 105.30 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.