Memory Pool Memory Pool Refreshing

12,399 transactions
3.92 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,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (783,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,145 124,145 000000000000543270671e9e8a3cf3bff527dfc913705574808b56024c09fe28 0.00 MB 5 0
124,144 124,144 0000000000001b851c18159d10c770185817ae0a922318c44f8bf9e869d01915 0.00 MB 8 338
124,143 124,143 0000000000002c93e2ebd11b2abf94f334981466356c11a86bbeeeddf8658957 0.01 MB 24 250
124,142 124,142 00000000000027aaa6a6966caa2aa55253be5b397f29607f543801efc645fa3e 0.00 MB 11 1,782
124,141 124,141 0000000000001bdca14e229bec2a73e225468029ab72befd70ace608b850c77c 0.00 MB 8 965
124,140 124,140 00000000000054f3e2ee33df8be4da5b7d11a0ae07d5f0299ed4a0ad91c876aa 0.00 MB 7 0
124,139 124,139 0000000000005e41432f4cb9b1e99ef94b77627489a401338911f4d06d10abea 0.00 MB 6 347
124,138 124,138 000000000000512b59e046c09dd3dd03b205b4b52844407b5227e750320e77f5 0.00 MB 7 715
124,137 124,137 0000000000000c00abc58899f704cbef4102ecdddb2f87bfbc9f6849a5bbb8a5 0.01 MB 46 491
124,136 124,136 0000000000004c718d03f7dd4856fdcd57bdfad413a6f52cf875ab5f02eb82da 0.00 MB 7 602
124,135 124,135 0000000000002b92b62e0646f8dfbb1235847887eacf4b7873474cf7af2bed16 0.00 MB 14 0
124,134 124,134 0000000000003d9052e9e4dedb32972ae5e4f1ab14feec6d877e3528fcfc09de 0.04 MB 46 978
124,133 124,133 00000000000066c65b1839864798db0e5bff611f6b57498e88c942ecc5ce589f 0.00 MB 3 0
124,132 124,132 000000000000296605e33e050b9371fcf686d4c56024d4f6384bd1b41f66da9b 0.00 MB 12 825
124,131 124,131 00000000000069837c9ba80c215c8e2c14fb4fbeb4f0c8b3f6f58661950e221a 0.00 MB 8 0
124,130 124,130 00000000000055c8a5b6f081972596cac79e4d7d0e926504c916847dcc48d6b7 0.02 MB 27 323
124,129 124,129 00000000000049adaa376b392123897ccb6bf4ee4635fb972c8d05410d4c6d5a 0.01 MB 19 485
124,128 124,128 0000000000004bd4c289ea3522bd1b3be8b47acd8215238e25e2dfc9b9aeae09 0.00 MB 7 0
124,127 124,127 000000000000556053e94f07b6fcf350e89b24b38a2f15d69f50ff9ec115a469 0.00 MB 9 0
124,126 124,126 0000000000002b5e361e65270aef0579b3b6c8339ef7d6c719ae313b436a0f76 0.00 MB 9 0
124,125 124,125 00000000000008c7015a381a5cbc3ac1f0073f916f06003ae777382188a81a5c 0.01 MB 3 0
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, 114 incoming
  • Data Transfer: 1,622.15 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.