Memory Pool Memory Pool Refreshing

8,683 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,907 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (768,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,018 139,018 00000000000008078b21a0e2bac2397fad7caba77d69678e93f4a3176d2721a6 0.02 MB 47 197
139,017 139,017 0000000000000860c1cb398969b5884ae83283182c8971a0f11544ffac04ae0d 0.05 MB 131 145
139,016 139,016 000000000000035c71eff70238b0d84536e160555596a34c772ceb234f496081 0.01 MB 31 169
139,015 139,015 00000000000006cdd4701302328a8d41678f12b4b0e98ee21c2469875e432a94 0.01 MB 9 230
139,014 139,014 0000000000000694f35f8fccda2648915a40108282f997d3f9bc7d25ccdb846c 0.02 MB 47 278
139,013 139,013 00000000000003813358c9879edf84ed48a24ebe50c101e3d206e06eae1c86bd 0.02 MB 81 328
139,012 139,012 00000000000006df4235f7900958c0d11bdc6d152af43b0b115d7585536a9db5 0.01 MB 11 174
139,011 139,011 0000000000000596c53b7155e39aae500f074bf200c948090f2cc7ab930502a2 0.00 MB 7 0
139,010 139,010 000000000000072f3f68f227b4126fd3720d858cb414acbd0f755f357d296100 0.02 MB 71 263
139,009 139,009 00000000000004f3827bb19c3745a6053ae54864178a70280fdfd44a82705d1e 0.04 MB 94 146
139,008 139,008 00000000000004d0f7b0e67f1b35eae53a63d687eb0fb320717a25bc9cea60c9 0.06 MB 144 255
139,007 139,007 000000000000046c983a523431608ea7e6010bb33234a20068a8ea5a75b1ae04 0.02 MB 39 368
139,006 139,006 000000000000062cef525bdc6bca961499123385898cdcabe3dc5872498026c4 0.01 MB 11 96
139,005 139,005 000000000000008bddd08b18077966ffea859e9813a1926e35c030775a2b788f 0.03 MB 91 45
139,004 139,004 00000000000007318772dd45cdadeef61d68a75b6ea7ae7e5aa46e31cbf78f7f 0.00 MB 15 306
139,003 139,003 00000000000009298988eb6e86bfad3c638ee36c960753d74edd2d7a14720d9c 0.03 MB 54 266
139,002 139,002 000000000000039d15f9bedb4c4ec1878ba9cfe4c71219b84ba1af7816a730cb 0.02 MB 42 104
139,001 139,001 00000000000005f03ae433e5a2c2e9096dd5591eac4f1bf9856072666fc9ed38 0.05 MB 128 264
139,000 139,000 000000000000032a64e8aea278290cd184efbb0a2516b3dc3753c2567153e5cb 0.02 MB 44 353
138,999 138,999 00000000000005bc8204d2f967ab2e7a088d521ecf0187bba37596a78e4a5336 0.02 MB 81 4
138,998 138,998 000000000000071c8f8b38f54dfdbde66b7a1f696c6d46bd0d0e1c3382388d21 0.02 MB 29 382
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.