Memory Pool Memory Pool Refreshing

4,935 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (782,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,448 125,448 0000000000001094b66fe851583e028b4096a490853577ce8ba897db99a00037 0.01 MB 13 1,262
125,447 125,447 00000000000039ab80a468ed34f987520d6ea4331bc4f337edf6cd6e1934dee7 0.01 MB 21 626
125,446 125,446 00000000000010010f9a657b41fc7dd7b0806002d878b172c0dabc25eb215487 0.05 MB 164 3,246
125,445 125,445 0000000000001fd0ef2c67eb8c59ae94357f77805aefb4ffb9762a5e54aeed20 0.02 MB 31 97
125,444 125,444 0000000000002490330072ea75a16eb82fa8e4ae1d1c4148ba9176105982a1b4 0.01 MB 15 1,560
125,443 125,443 00000000000033c90125649d27b5bef7d51f0700f1e2a4052559087d0d2ea78d 0.00 MB 11 347
125,442 125,442 0000000000003f372aa2b6e9786f43ea61ffdfdc44e03e2afb418eef5126592d 0.01 MB 13 1,398
125,441 125,441 00000000000038c10e77ba1de0dea99e867d354e38d82f4b0da62d807358be47 0.00 MB 14 964
125,440 125,440 00000000000035cefb83f753d07163b79cd8fee15336896c00b67ce41e6df326 0.00 MB 12 361
125,439 125,439 0000000000001c9269ac1136615aa37cf6e444fb8cfad97f5b20f6d234afff01 0.00 MB 12 713
125,438 125,438 0000000000002604f3555de069b0dcb5d1748915560de7fd4ee9ef89465364ff 0.00 MB 8 577
125,437 125,437 0000000000001dfff728f8c06482e47f1a29deb59f43935230366e46a5d2e9cc 0.01 MB 55 362
125,436 125,436 00000000000007e69f810d51ce0dc414cefeb41a074727b51e14404734c5b7a0 0.00 MB 12 356
125,435 125,435 0000000000000490cc5e6cb8b68a387b99e6de56a6e2b2dd0e8bba981453f4d6 0.00 MB 13 317
125,434 125,434 0000000000002bb22e48913f3ee231cae0d3f03706f31914c055d5db5a236908 0.01 MB 36 484
125,433 125,433 00000000000014744b346cd6aec795b99018239f119fdcac6207a5307a042b5e 0.02 MB 74 2,878
125,432 125,432 0000000000000a3185160aea9e617a6790e11801772515c5f1ce226ab72115de 0.01 MB 41 1,454
125,431 125,431 0000000000003fd46aaa97a2d8e357b420e36a0525d9b1efaa29b9166edcbaed 0.01 MB 35 2,195
125,430 125,430 000000000000232d58bbcc32bce0774c176e24398cb204a4a12f34faa5d26786 0.01 MB 14 304
125,429 125,429 00000000000017880d1717e8cc0a66822cb35ef709fef4b66e9f4e1ee463e753 0.03 MB 91 2,914
125,428 125,428 000000000000040b2643bc132f3844e2bf6c38e7bf744d40e45712ab6a4f5db3 0.02 MB 70 2,774
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.