Memory Pool Memory Pool Refreshing

3,267 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,031 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (153,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,865 753,865 0000000000000000000801ddf9621a2ee1a25213d95af25791228ca611dc01ec 1.02 MB 2,053 12
753,864 753,864 000000000000000000024ef740ec7ca8c0f98ca29d576e71e6cc933ad5a7770b 1.50 MB 2,705 9
753,863 753,863 000000000000000000003c76d07f4c1fa0a384f93d3ee0b99e09d692a2c3b719 1.79 MB 1,610 6
753,862 753,862 0000000000000000000806a53958d13d0ba6bbb69ebd50494233daa1dacd4f80 1.49 MB 3,162 12
753,861 753,861 0000000000000000000541b926cf78381e7cbcea5ec24b212b32ce4f976fa166 2.07 MB 1,088 2
753,860 753,860 0000000000000000000630dfd0b67242542470c4c2fb1a52ff56a7534bbd393b 1.50 MB 3,224 14
753,859 753,859 00000000000000000007d8b94f13b7267855b98aabb0e64eeba1926a81105996 1.52 MB 1,748 7
753,858 753,858 00000000000000000006b2d6a95b8d55f56e02a9d515cc34ace0f08efa8b20ee 0.43 MB 584 9
753,857 753,857 00000000000000000008c91e24cb70b68c4fe5cb0491c520ab9636555d3f3bae 1.41 MB 1,946 8
753,856 753,856 00000000000000000001ec717ae96c91e5bb94665533f05bef64cf5dba796eb3 1.59 MB 2,082 15
753,855 753,855 000000000000000000041f583a86d417e35414db9e2230294dad4697971bb294 0.21 MB 496 11
753,854 753,854 000000000000000000012bcd5b5067d19e67a2ef1f522079ba4ea8f23a919b31 1.13 MB 1,575 6
753,853 753,853 00000000000000000002c0a0c4d67965aa76ee190f2287e43fe6448cf150fcc7 1.46 MB 3,047 13
753,852 753,852 00000000000000000008c294bf374840dfd4622a6b855a4210fac9a43c3afc62 0.93 MB 1,257 8
753,851 753,851 0000000000000000000040c7a7a584f5dbc21061eddf73f981e1a8e058d03526 1.41 MB 2,610 12
753,850 753,850 000000000000000000021cb0fd1726cbae2e954e6f09121d2f9f6d5d269180c0 1.58 MB 1,450 7
753,849 753,849 000000000000000000027c262eae7aa09732310e7a11b068f2a2021f215c4e4f 1.32 MB 2,077 9
753,848 753,848 00000000000000000003b9c7bcbaec16003e555189094715dd85296b87c111ee 0.29 MB 636 13
753,847 753,847 00000000000000000008f5ece72d18596219f53994c52babbffc0356f915e522 0.76 MB 1,302 10
753,846 753,846 000000000000000000079ee810fb6a1540cfce37d4da598188fc162b5434b3e7 0.93 MB 999 6
753,845 753,845 0000000000000000000088a9bcf5c69307765e8fcf27be5df3b45e3cfc4aa3ba 1.51 MB 3,363 13
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.74 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.