Memory Pool Memory Pool Refreshing

11,155 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (907,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753 753 0000000017a3a3cbc16f12113fe4d2c3f315967767edf9d3dfea7126b10a9589 0.00 MB 1 0
752 752 00000000d9f631023b59f4abca4fbe5802ec6100b04520687ae9b215c007e934 0.00 MB 1 0
751 751 000000004670c45a768b79470e72978d3e265d632334e0a3e79ec13fa866b425 0.00 MB 1 0
750 750 00000000ad8174a71c1b2c01fd6076143c2cf57d768bf80d7c11b6721d3a2525 0.00 MB 1 0
749 749 00000000f6b7bac6920871b0a04a0c6c0d3aafd178acc7d057562c45f7dfc0ce 0.00 MB 1 0
748 748 00000000417a0fcdb5047f37ed922c536fa7c27b99fc2d455016a42e11b6e96c 0.00 MB 1 0
747 747 000000006cae5f88a202295f6435ba871e03290523110e4b4be443db054561cb 0.00 MB 1 0
746 746 00000000f74ffef987a1d77522559eaa3c20d7c5ab131fa51a7c79a4c5776a80 0.00 MB 1 0
745 745 00000000bb31c71c439638b4a79f4bd26bc4b3b64dd96bd104494a5c165a3aff 0.00 MB 1 0
744 744 00000000349816587f5e5a9095174256b53c5f457222e3ef5362db55ab026620 0.00 MB 1 0
743 743 00000000731219aec041addd2c99cea903071350b0944fc2988bbec86877abaa 0.00 MB 1 0
742 742 00000000727ad4862f92633549f451cd8f478f1bc40e9149f80eb415da3a7533 0.00 MB 1 0
741 741 000000006e86c045f9802af84992d9b1d5f099157b9eb89328477ce57ec6f038 0.00 MB 1 0
740 740 00000000c39060871c6665d8307228083949ced6652605b764b2ffd52bac8d7d 0.00 MB 1 0
739 739 00000000f7e47202ba95186d565b3484fe1db2b83183160a285f4da8ae9b76c4 0.00 MB 1 0
738 738 000000000ec2bace2282d8d1e69b9d9371a6dea1665460e74fee9f05a6c8cefc 0.00 MB 1 0
737 737 00000000daf09309228c0a50e0b30f65411db9cee48635a1ea150be7b3127918 0.00 MB 1 0
736 736 00000000305d6a663100108e3ead61bdb3df4ca9d5875e1db372d512d14b035c 0.00 MB 1 0
735 735 000000005e132ed894791add9a4e71175ead568b4e197de381364f9e965a491a 0.00 MB 1 0
734 734 000000007f65dc5a5681c9de6fcdfec7f68aa67af923af236f151cbffaf8e26c 0.00 MB 1 0
733 733 000000003792ca071d4b698890b315448e6208f9f591ed88bebd3ed52012a505 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.