Memory Pool Memory Pool Refreshing

4,828 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (387,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,417 520,417 00000000000000000008628eb9ef9decf06c2c4be84b54144dac1cfbf4ff1bc9 0.22 MB 423 47
520,416 520,416 000000000000000000409c53ce7666329bc4e3de69346517975c81067e12fadd 0.33 MB 790 34
520,415 520,415 0000000000000000001007b1f6c7e08b592f2c34fd6944477659b7073b2d9339 0.50 MB 884 23
520,414 520,414 0000000000000000003f49d0681c4024fcc1acd1d4b26194a075f187fe57ef9c 1.14 MB 2,409 29
520,413 520,413 00000000000000000018969fb9967e1c95d7bd0cf142a573765aeb11ac8bc6d0 1.11 MB 2,220 68
520,412 520,412 0000000000000000003f97c31a05de075291bccc894a678d83c808d96f1bee13 0.16 MB 312 33
520,411 520,411 0000000000000000002127b0aa855c56a422645624084c5cf6f96152bb5a9fdb 0.05 MB 59 25
520,410 520,410 0000000000000000002ff923110debe520e2f5ea2f510b8fdef22a2041805ba5 0.76 MB 780 26
520,409 520,409 0000000000000000001f813c02fa5db2d593c27f6ebc09c12509318be7836b5c 1.12 MB 2,624 47
520,408 520,408 0000000000000000000071e2db9ac1fc2a06bad5932aeca65a32709ee4957a12 0.30 MB 315 24
520,407 520,407 00000000000000000006c93dc6d1d1ba50b47c0feb29aa56c36acee96fa6a323 0.19 MB 393 52
520,406 520,406 0000000000000000001bd189402d904877c963ba5e7794dde4be35daed99bcc0 0.89 MB 1,771 47
520,405 520,405 0000000000000000003b1a6ba4e5899f9719852d3addb02f0d67d3533d1d8f90 0.73 MB 415 12
520,404 520,404 0000000000000000003b87e7b3b7d43924962fe78fa58b411fb3e4ba572937b6 1.13 MB 2,285 41
520,403 520,403 00000000000000000039edf2301e9549b28807f50a41188e85af98b2f438ddfd 0.00 MB 13 25
520,402 520,402 0000000000000000003451af92bf2111cf8da7b4098f06daf2a291313dae42b9 0.01 MB 15 7
520,401 520,401 0000000000000000001ec3a16503bc59df6d3d7dbff6875c9ddbe9a1a0bd74c8 0.39 MB 791 49
520,400 520,400 000000000000000000249d12022e4d1fff1a43b931eef6401e5c4a1f5615c5ee 0.56 MB 651 22
520,399 520,399 0000000000000000003db91f73fe98be19902d3a4418b7b83d1c9624d0eeff66 1.11 MB 2,304 44
520,398 520,398 0000000000000000000a4b964c0c0024d284323f559651d39bdc4b22d56b2861 0.62 MB 1,242 42
520,397 520,397 000000000000000000307f5ec36ea08a668521aaa59b32e93d6b4a64f56217d7 0.05 MB 109 37
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.