Memory Pool Memory Pool Refreshing

2,875 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (461,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,259 446,259 0000000000000000027bfd4ccbf4dbc69000f6ca558069d683543a46c7e04d84 1.00 MB 2,444 74
446,258 446,258 00000000000000000022ef3e2f870e8803ed62aa277ba63b9fe3890ad6733aa4 1.00 MB 2,068 84
446,257 446,257 0000000000000000026efcf15aeb867ab6f2a8174d3ed6dcac694e7ef8c3c88e 1.00 MB 2,344 92
446,256 446,256 000000000000000002a3e539e47327bc18bf4aae6de2c63e0223c26d59801f61 1.00 MB 2,010 86
446,255 446,255 000000000000000001e05dbed1b8adbeadc54e7c2f41ffd69c51ebe9e1e02466 1.00 MB 2,305 73
446,254 446,254 0000000000000000014904cbb6f6da665751761fe163d46c96cc5b09374a0ad5 1.00 MB 2,666 107
446,253 446,253 000000000000000001c391d2e9339c1ddf0db1aba0dbdf0fc54e61b9ae0bb95e 1.00 MB 784 28
446,252 446,252 0000000000000000023d4820bc55007c0c162b98e4c6602b7ba7f28e07ed79c9 1.00 MB 1,826 40
446,251 446,251 000000000000000002d2e44f2259e9c74ab8f27d60785ae0dd0290d266542ff2 1.00 MB 2,325 85
446,250 446,250 000000000000000001ef62f299ea93356f4d52c75ff3cc442b4a073e90f947e0 1.00 MB 1,747 39
446,249 446,249 00000000000000000069f7825c66cf68b586c783a5e6e6a736c35b93c476bb76 1.00 MB 1,822 76
446,248 446,248 000000000000000000d1b1cb1ad33207af26e7948b411085806cc147ea6781c5 1.00 MB 1,498 59
446,247 446,247 0000000000000000018ebfba92535137958a6a3e76c0f388443d19c8136b8ef1 1.00 MB 1,702 63
446,246 446,246 000000000000000000d769b3c5edc9281918eaaa2c022eaf2a44d816174690b0 1.00 MB 2,064 88
446,245 446,245 00000000000000000227ce665f21ead1e33df4f91f66b1ee5009c71b899c79a3 1.00 MB 2,212 49
446,244 446,244 000000000000000002c3858098c87448d2e3f0297d0ab51ccf10f5ba4ff95aa7 1.00 MB 1,740 60
446,243 446,243 000000000000000002f3e57e5e0097a258aefe6cad7a1563eb91d9cd225075dd 1.00 MB 1,179 54
446,242 446,242 00000000000000000352383aaca3883303f9de3c4636e8144a11675d970869b2 1.00 MB 1,721 63
446,241 446,241 000000000000000002f213013d8e6e064c16feb1c4f5669b23a807599fe646fb 1.00 MB 657 65
446,240 446,240 000000000000000001067e8cbeab70657276506816b095ceed05202f574e198c 1.00 MB 773 63
446,239 446,239 0000000000000000010200b16fb51cae25d8bdbb05d6c3cf06e971384e71c21c 1.00 MB 2,188 86
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.