Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,315 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (709,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,820 198,820 00000000000000925c0adc9113a9eb63f181b8a801240a852ceb87eba69aa6c0 0.01 MB 31 111
198,819 198,819 000000000000043bf944ee7c3f93dc91e8d6948cdb4aaf077e9b714664773e9a 0.22 MB 592 127
198,818 198,818 00000000000002930217da6ba7fda7355813bd3ff8d1a038216c801712c99c6c 0.00 MB 12 49
198,817 198,817 00000000000003fcd0cfdc9127fc91988cec5b5d15c48966444dde4e4723937e 0.30 MB 606 114
198,816 198,816 0000000000000338dd00ee9012d4bdf2d8ae24e88ab86f2e4210a7100b82a39f 0.05 MB 115 69
198,815 198,815 00000000000001cd9c201c93ac35550327ad5c5486b538ca18accecb898d720d 0.40 MB 979 134
198,814 198,814 000000000000001a93f486629d2a36c99c41da6725ea5b14e874b8d69eb4d32d 0.25 MB 596 136
198,813 198,813 00000000000000a6a885a53d1f9eaa8c81888d5414b37a98b44647f629f2d0f2 0.29 MB 755 140
198,812 198,812 000000000000024f13a5a54ead0b37f20c8f0c6ee29f7a07285c43df837d1e38 0.05 MB 129 130
198,811 198,811 0000000000000107b746d5d2f8568567065f0745f8bfc02a4b8c618425cc6e7f 0.01 MB 11 75
198,810 198,810 00000000000000fd41de740928dfb7e848a4a0324faa04e8a476e7b12232b709 0.05 MB 95 141
198,809 198,809 00000000000002f5bc27b03caaff11a2374432e28a24cce8d42eb220fc9c114c 0.01 MB 30 193
198,808 198,808 0000000000000491fcdbc4ceceed2cafd324e08a2e7af5b3e1bad97418d54fba 0.24 MB 494 128
198,807 198,807 000000000000035b460811a9dafd99a6c4c3d460e70238ccd222a2ab3e779735 0.05 MB 90 109
198,806 198,806 0000000000000355278d45e3925386793534c13fa918520306b464119f4b3455 0.18 MB 404 38
198,805 198,805 0000000000000518ea65af7cfcfe8c6185fcf2f33a745e42ca110de33e334215 0.25 MB 504 114
198,804 198,804 00000000000005bb89d3b9fb128715cea16ef2d84f3a184b63fa3b8a1287b6b9 0.05 MB 138 105
198,803 198,803 00000000000004b951a211b6be39aa9ab5af166f1effc598460eca063de479ec 0.27 MB 565 126
198,802 198,802 00000000000000ae2a914befe669a6a9cb1024c9223c3e42b137a3dbe1f68f4f 0.25 MB 702 141
198,801 198,801 000000000000048c31112e4af77494660ccb6c15c9315c5fab6372d271a7f3af 0.25 MB 500 162
198,800 198,800 0000000000000031d615f3a4536b1273967d8de0a6e1fcbd83b7ce6221abcf15 0.13 MB 200 74
Previous 10 blocks ↓
Total Size: 769.54 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,648.69 GB sent, 95.66 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.