Memory Pool Memory Pool Refreshing

2,298 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (852,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,807 55,807 000000000db7c0f42ba74bbd9554a686fb4432efc63fd0342867171fa6062af7 0.00 MB 2 0
55,806 55,806 0000000001d300dc9d6acd3fb2e131255005984583ee91b2231022cc85ff5164 0.00 MB 1 0
55,805 55,805 000000000de7ff2a3f53e17f79359d90bf2487ff5b9f1184f47370ef8505ec3e 0.00 MB 1 0
55,804 55,804 000000001368f5230862220f54ca157fe178e0d3f7ce68bc1483643495c869f9 0.00 MB 2 0
55,803 55,803 000000000dd7c22a5478ec5eeb6129cb078ae3a6553314f48ac48966489d9ca5 0.00 MB 1 0
55,802 55,802 000000000ae64530a066d03ca88c0f5920e7ee6cb6815497adf39000b416214d 0.00 MB 2 0
55,801 55,801 00000000120e8b1a454c2877c42f8e2e33cfc7ecc86b473a571d72271b6d2db3 0.00 MB 1 0
55,800 55,800 0000000002e69b57d750388b369c43e7a99dd911ffd6b558a3b60088b420e7cd 0.00 MB 1 0
55,799 55,799 00000000104b864bcca41349fbd9482802803da8b5a49936233be8ee81cdb499 0.00 MB 1 0
55,798 55,798 000000000820202803f1958e6c9e38e3e2be1eeadc8bfb4666943c49c0baad4a 0.00 MB 1 0
55,797 55,797 0000000010deaffd5059b5a0db0e2ce7b1f07be0d87daea9f6744d3ad605761b 0.00 MB 1 0
55,796 55,796 000000000c977aed6e50ccef8993ce7cf2fe4c74f07398b55f1ae7fe66aa0908 0.00 MB 1 0
55,795 55,795 0000000011e18b3b297887428f64bf6b1bb5b1fe1af0c2f7ce0778569f2879a0 0.00 MB 1 0
55,794 55,794 0000000008d10af73de500af1bae9d74f34cb8242ab4ce2f0fc3dec5f542ceaf 0.00 MB 1 0
55,793 55,793 000000000d08be18ed1696eb86862beaccc5dbb3cb3149bcde2f2a708b724399 0.00 MB 1 0
55,792 55,792 00000000096606b5b9f580900f1a53eb657bc13696634ba19471be37ae65777d 0.00 MB 2 0
55,791 55,791 000000000a0b49434df46994048b950327525ed42cf8cd61fe15508285f43d26 0.00 MB 1 0
55,790 55,790 0000000011981a6a9db150cfc2bbb59564ea83175e674ae69eea53a1ff2a8fcd 0.00 MB 1 0
55,789 55,789 00000000080403e8cfdf50df5f1009fc16422308365b1b502644edb0d3e521f5 0.00 MB 1 0
55,788 55,788 00000000139443a35a2b534a81ab7595be637bcb6a9c052374f300f5888a06a1 0.00 MB 1 0
55,787 55,787 000000000d574cea429fc98c0026137ab10851eb61f852debc8e73d3ed034e52 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,776.97 GB sent, 99.74 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.