Memory Pool Memory Pool Refreshing

12,614 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (152,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,628 755,628 00000000000000000007e297c5136e91279db05c0eab83270f9e8290d9b72e6e 0.02 MB 83 11
755,627 755,627 00000000000000000000778b5a6e6a92ae22f621c6bae58b0b54bbd92ff0e2e7 0.22 MB 446 10
755,626 755,626 00000000000000000003426571b09a0efe681106c9dd7f969c22c05c0ed7cd2d 0.73 MB 1,089 4
755,625 755,625 00000000000000000002db6ea6805642ccd2ba57adc397b415655d16eca2bb1f 1.52 MB 2,933 10
755,624 755,624 000000000000000000004be899317744ad78e22f3c4d1a4f7e0199ae2c38343f 1.19 MB 1,184 16
755,623 755,623 00000000000000000003387b99f9183aeef7adc144c8ed2b7e9b8c7e2d99ebe8 1.29 MB 2,445 9
755,622 755,622 00000000000000000008a5c90b4155d0835905be11c2f39ac82b5fe9d1b2f1ef 0.02 MB 40 8
755,621 755,621 00000000000000000007c2cba85af52e83ddc230232f8418ab370a034dcec7ad 0.01 MB 32 7
755,620 755,620 00000000000000000006a8a0bdc16848a7316e1ae8afcc46ee0059e7dc4aee3a 1.53 MB 2,277 3
755,619 755,619 000000000000000000022df2bdc24ffe968bb1310cdbef408e6bbdfd60154377 1.51 MB 2,964 17
755,618 755,618 000000000000000000034ef858401b7a4b07ba94cdec89e1002166d39eefd1f2 0.95 MB 1,556 8
755,617 755,617 0000000000000000000338c010d36477a52141ec484144b516374b2909a78560 0.37 MB 675 10
755,616 755,616 000000000000000000040a451ec71b810714b33854cce75c1d6476d5064037ec 0.09 MB 135 11
755,615 755,615 00000000000000000005c99770aadcd0234f925524bd5f15181d003a0a4b00a8 0.45 MB 836 7
755,614 755,614 000000000000000000003b6ffcad0dd4fc45e85e6433e65be4a7a9ce8ad7ba6c 1.13 MB 762 2
755,613 755,613 00000000000000000004976acf0606c62535f39d93489b0194a41e78d6cf4d1a 1.66 MB 1,893 4
755,612 755,612 00000000000000000003499a3c5fe3c1a9d9f3df1cda3d426f470b2373523387 1.51 MB 2,379 15
755,611 755,611 0000000000000000000299175b5fb28a8279494e7ef1b2c29f589f6d6fd98119 1.51 MB 2,692 10
755,610 755,610 000000000000000000035c7796725486e570798d6c40dfd2a00e92f6966a8050 0.87 MB 1,779 8
755,609 755,609 00000000000000000007be188a187df2c7098d8d4ac050adaf96fcb49933e1d0 0.32 MB 514 9
755,608 755,608 000000000000000000009be54f43ce7d5c8d195f2046932ecd50a8d243346288 0.86 MB 675 5
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.