Memory Pool Memory Pool Refreshing

9,561 transactions
4.57 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,807 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,262 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,806 (517,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
390,461 390,461 000000000000000006e15268f830c75736bdd8dc12c1a81448144d325e5e8c4d 0.41 MB 781 31
390,460 390,460 000000000000000008d1d3ab595f15b4ab586ae1dfa0feee2ee2843bff794625 0.29 MB 194 8
390,459 390,459 000000000000000005bae211749e38fe5fe4f8562751fa6f02008b1ac88251a6 0.26 MB 637 38
390,458 390,458 0000000000000000019c88a8313db64f19ddd6d7a658d2669c1dd85c217f9873 0.31 MB 426 24
390,457 390,457 000000000000000003b41843aa14e2de8dfb4c61f3c75bd8e6a52505d77bba99 0.24 MB 315 21
390,456 390,456 000000000000000001ebefedec55bc8507213d6ddfd71c3e5457e3979260834f 0.25 MB 79 3
390,455 390,455 00000000000000000316b256111ebcec62b95c5d7f35794a506c65756f420cd6 0.28 MB 626 32
390,454 390,454 00000000000000000459c4d78d50606ea55b4c175f2368c50e2ba990e0395f25 0.67 MB 820 21
390,453 390,453 000000000000000003dab5dc9cc8d634d83179ee04c4b566a765df75295ceef8 0.55 MB 1,349 40
390,452 390,452 0000000000000000086da1442f67d3b322dc00771d3b5ba313af25b845d87e2a 0.24 MB 354 19
390,451 390,451 000000000000000008ac3c5686d34689c910dbe0d1f4c02255669296bd9171d7 0.66 MB 947 53
390,450 390,450 0000000000000000024a0bcd310d922914736ba8db6b185e0f850c5cbff09f60 0.47 MB 667 42
390,449 390,449 0000000000000000024e25cdddccfc9eb8c769dd2208a2c03a67995759545bf4 0.78 MB 1,657 35
390,448 390,448 000000000000000008bf6903a3974479b60b43426af951da3d8835a98adf7b94 0.24 MB 433 27
390,447 390,447 0000000000000000058d0be3cd598398d54e5d37566e2f5dedc314d57b31e7bf 0.33 MB 534 31
390,446 390,446 00000000000000000b3229761b19e45ca567dc3073aa0667d564b99910e3baa4 0.25 MB 428 23
390,445 390,445 00000000000000000b7a3ba1c088f65e9ffa86e68fee28eed436136554a6e012 0.36 MB 787 34
390,444 390,444 000000000000000007496ca46ea146da9e66a14e56eb28814b1ad0f5a6ef2d02 0.25 MB 432 31
390,443 390,443 00000000000000000b1ed5d7ce14000013e2725ee8503f299ea1e4507abd729f 0.25 MB 78 4
390,442 390,442 0000000000000000051edaab44c5643646a4a118f8c980ff7ac60b6cd07732b1 0.11 MB 148 18
390,441 390,441 0000000000000000032c502f7323c6ee66c6eca16ee154e57be9fedee8951116 0.28 MB 533 30
Previous 10 blocks ↓
Total Size: 769.18 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.50 GB sent, 93.83 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.