Memory Pool Memory Pool Refreshing

23,923 transactions (5.51 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,695 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (857,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,089 52,089 000000000d6ad3ab6e6c1d96b0dafdaf778b4c51e260d0ac7136e9cf6dc264db 0.00 MB 1 0
52,088 52,088 0000000003ee9fb25bb967ef9a610f21397d353a57ade747008c76881480c5c0 0.00 MB 1 0
52,087 52,087 0000000010fdcc0798fceff3a6b7d23084110c3a1845564528b778eda2ab5fde 0.00 MB 1 0
52,086 52,086 000000001a1d95d5b6b2973dfc22c30400be109e7b0a5a1dbc0212cdff099dd4 0.00 MB 1 0
52,085 52,085 000000000f284060720446aac086eacb20fc88ecea6c1c092977cae2a208cdaa 0.00 MB 1 0
52,084 52,084 000000001e8a2d26a61f4826678134e20b0d739967ff6c580e763132e3d638bb 0.00 MB 1 0
52,083 52,083 000000001c7874677e3710f35beb22dda888b072461e1bc068e940e6ff2fe26c 0.00 MB 1 0
52,082 52,082 0000000004a108c861346f4a6286bacaace5f4b4e962a4347ea576be1ad4a51a 0.00 MB 1 0
52,081 52,081 000000000f530bddf65b66b97f67d44b2a03de42a6797b4372af33b6b161e719 0.00 MB 1 0
52,080 52,080 000000001d3267e06425ed63f7a070b70080cfedaae8e5a712f872903c642466 0.00 MB 1 0
52,079 52,079 0000000019d5d98db69e731b74c5b3bd6f6b08983fb44128d6918f1eb367bb3d 0.00 MB 2 0
52,078 52,078 000000001288f502a324933f04ee120667937f533905d8725732401e626216d2 0.00 MB 1 0
52,077 52,077 000000001656e4d77a5c1ce24e78c9613e1146a512c0808194880948409668a1 0.00 MB 2 0
52,076 52,076 000000001fee60386076f71887022c1cbae80303ffdf3c316345ed5467c7a8a5 0.00 MB 1 0
52,075 52,075 000000000de9cdf7b9d7e7d26314843f0b8b2eb1781bab8309b13353b7f0e551 0.00 MB 1 0
52,074 52,074 000000001f4b1e6970929e5d052956b5756f022dabdf6f8d2c9d91d361b993a6 0.00 MB 1 0
52,073 52,073 0000000019f5d04258e5e145f6951d9523490633bd72666fd3cdd367696314e3 0.00 MB 1 0
52,072 52,072 00000000106c89d48e332886e8803b7ede17bd263f0fcbdba330a3cd4b98bf81 0.00 MB 1 0
52,071 52,071 000000000c2ac5c3061131b081beb70afae13f0b3ee0b4d2099a00c173f68c89 0.00 MB 1 0
52,070 52,070 0000000013e5730b51eaf6b989f443eea1c714223e255f23a79d7b372fc3b43b 0.00 MB 1 0
52,069 52,069 0000000008d1560d5d1af634ffef7307b0294f8155ce2e8c6ca4f2526c77b8a7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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: 1,984.79 GB sent, 107.07 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.