Memory Pool Memory Pool Refreshing

8,186 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,945 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (17,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,118 890,118 00000000000000000000ff6eb20196a0ba161b8d8316781fed0e97847c0abf6c 1.64 MB 3,671 5
890,117 890,117 00000000000000000000d7c4b65c3ca688e33764cecdf163283d157aaafe7d10 1.63 MB 3,406 3
890,116 890,116 0000000000000000000246b1178d9694b877cbd6888a63b982f0db42b50979e6 1.70 MB 2,864 4
890,115 890,115 0000000000000000000167974b5eef9ba68874d7b5b641407bc00fbbb13da409 1.57 MB 3,300 6
890,114 890,114 000000000000000000025270405b306a41c808f78229cdd501cb2739b92fbd90 1.64 MB 4,474 2
890,113 890,113 000000000000000000006e0964439a9b29dbdcc950b618406d0d806d2a3d3907 1.61 MB 3,642 5
890,112 890,112 0000000000000000000203921fb1bf3a5f36f1fb5ddb0b3668de596abb191c0e 1.62 MB 3,359 5
890,111 890,111 0000000000000000000185515b2e45313d8af7b46a6c5b710404077d1e00aba8 1.62 MB 2,400 3
890,110 890,110 000000000000000000026a1c197e6c734b5a754457128680891a371440da8a0b 1.51 MB 3,347 6
890,109 890,109 000000000000000000006f425b43c3f3238b96d7ab2addc3046e698b84db8a18 1.64 MB 4,152 3
890,108 890,108 000000000000000000010d8ab25f5a3f98c730c3e70a6265677d6ba91dc52605 1.74 MB 2,746 2
890,107 890,107 00000000000000000000362a1d72055578b915f653a99da326bee7c664d8b158 1.84 MB 1,550 1
890,106 890,106 0000000000000000000099e500f2c25a39c45380bebdf6788b6542e8bda542aa 1.87 MB 2,004 2
890,105 890,105 00000000000000000000f193c21a932035a365e680af74da4b3d3a9cd51de4a2 1.66 MB 3,172 3
890,104 890,104 00000000000000000001d9ed347a14eb4b524bb78717b2ff94c54d05546311d8 1.90 MB 1,243 1
890,103 890,103 000000000000000000001e4d78f5c579cb010f0d8a9492cbee89a966df7d4134 0.00 MB 1 0
890,102 890,102 00000000000000000000398e55313e21b2b29a9c568408afddc0122b6c74422f 1.97 MB 1,236 1
890,101 890,101 000000000000000000022f6f73f3ab5bd108599414ded6e2b28465805377d3df 1.69 MB 1,488 2
890,100 890,100 000000000000000000017b1f14b098211ded87026471bb98a519215d9110e4b8 2.11 MB 236 1
890,099 890,099 000000000000000000005970c3e4e354b0386695f912ee7f911072d72a789079 1.71 MB 2,103 2
890,098 890,098 0000000000000000000182d9e1aeffcc1ec5a763a28d692ab49cc47fcf236da0 1.87 MB 1,358 1
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.