Memory Pool Memory Pool Refreshing

19,392 transactions
6.23 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (782,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,886 124,886 0000000000000d77feef4942137981f97adf1caff1e7073b18844b0f2256f1df 0.01 MB 9 578
124,885 124,885 00000000000045728287b4c6266e8ce1a54b9a01bf0714b114fe663715e541b3 0.00 MB 8 341
124,884 124,884 0000000000003ff72cf37ef1624f463658fcaa06fad32c4b6718b3153a649d30 0.00 MB 16 237
124,883 124,883 00000000000050e96e6a21c6b393a1f0eb7607b4a85374c2b1a7b8b1b980e915 0.01 MB 11 645
124,882 124,882 00000000000025a9df2ad6405ee2200a57ed1d29a472682055eab33bce99a7c6 0.01 MB 32 224
124,881 124,881 000000000000030d34996c335c13d08b5a2d781bb36147f8da7b216c2745d7dc 0.00 MB 15 1,222
124,880 124,880 00000000000049d3f1444399f1bc82d8b10e831bbcd5a2cfe55f340bae67ca8e 0.00 MB 1 0
124,879 124,879 000000000000423b13cdbf189dbd193be71976d730b696819e8b94e123d7f3cd 0.00 MB 1 0
124,878 124,878 00000000000000969cc37e09cf744082eab7bf2fbcb45fe1606f66e388f4690c 0.00 MB 1 0
124,877 124,877 00000000000048d3108261ba50270abad1d7a5c1c82e7a15f410267bf0afa522 0.01 MB 23 723
124,876 124,876 0000000000004988ffe0b610fdbc79c1408ae5885d2727567a0b7d57525be8f2 0.01 MB 21 611
124,875 124,875 00000000000055ddb89be473ba09b89435b2a49f913f4320e0164371528e739f 0.00 MB 4 0
124,874 124,874 0000000000005e1b52416900b48f21ddf142fc397605bc02519c406a80e0730c 0.01 MB 22 830
124,873 124,873 0000000000001345162521e2e8575ec0606557b98da6b084d1b6fcc31a51d5e2 0.00 MB 11 356
124,872 124,872 0000000000003276c7da5e2420e33f8b5415bb67eeacf539813b1f7c30ad873a 0.00 MB 10 313
124,871 124,871 000000000000011598b4696013a558c171f92654e5a0945f079f265704e9e773 0.00 MB 9 330
124,870 124,870 00000000000018cf47e34e4f76ad1d7118685366b4f7c98bb09d9a4e733ed0a0 0.00 MB 14 481
124,869 124,869 0000000000002a390feb7fe1575265a1c21204031f7973f0d126af94e909aa47 0.00 MB 7 949
124,868 124,868 0000000000003ee26fa23a4e7cc3c1bf9a0abe83a03231a7402e56277d6f3a8e 0.01 MB 15 368
124,867 124,867 0000000000004714ef68143d58dfebbda9c34db400c542e23fecae61170e4aea 0.01 MB 5 372
124,866 124,866 0000000000001b81ffcc59fabbe6dcff8c6e1955b8f4403e21f2ab1666a12eba 0.00 MB 11 632
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.