Memory Pool Memory Pool Refreshing

3,968 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,907 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (14,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,313 893,313 00000000000000000000797bf8a020af299f8d56e13044dcf32a8871e13673ee 1.58 MB 3,485 6
893,312 893,312 000000000000000000016ad03dd5fd1dda5555dcb4156990ba9b2f7998717470 1.60 MB 3,650 8
893,311 893,311 00000000000000000000675b72acf28452c6ade3045aba3a58dd5c54943657a3 1.78 MB 3,705 2
893,310 893,310 00000000000000000000552d8443f91e6ea7790b58c4927dd3c08884ada98b34 1.59 MB 3,575 6
893,309 893,309 00000000000000000000efec37cfb7778565bbac41f0e4d9b9aff9702f64035d 1.73 MB 4,314 10
893,308 893,308 000000000000000000002c7bcdc1b609d4413c9e3094a2746aa266679f732d91 1.80 MB 4,504 19
893,307 893,307 000000000000000000010a6394a1d5215b9c332b69708ae5f63b33ebb8319478 1.77 MB 4,781 34
893,306 893,306 000000000000000000014622737b677c712a114c71784474af6b7ef6a8258850 1.84 MB 4,582 3
893,305 893,305 00000000000000000000ee05df6468bc9699ab43e2402341417715f382f78385 1.87 MB 5,271 11
893,304 893,304 000000000000000000009cab2fe1f4765bccf172a540c6d8ecb8757de7d39def 1.59 MB 3,303 7
893,303 893,303 000000000000000000006270a06abc1168ea43f91fe48362e5199f383e3d212a 1.72 MB 3,545 3
893,302 893,302 000000000000000000019b6c2934d4f30608a2d1f69f28835a6a2617f1cc5664 1.88 MB 5,288 2
893,301 893,301 000000000000000000021e9288028de947bf00f92751fd45ad13a73759a8c204 1.78 MB 4,910 2
893,300 893,300 0000000000000000000041f65589ef41976d567914d2ac1667375eca971d0438 1.78 MB 4,665 2
893,299 893,299 000000000000000000020cce42d4fcdbe76936e02f85a9eda895514a85cf8637 1.90 MB 3,469 4
893,298 893,298 000000000000000000003bd5b68204e94e7cffaec1674c40bb1f0bbf64df1ed6 1.71 MB 3,673 1
893,297 893,297 000000000000000000023eb4c6658e4ed68d75ce33963bf8d371728413d25ec4 1.55 MB 3,023 3
893,296 893,296 00000000000000000002279907fdb88ed022acdfca5e63f23364a13e6532e5ce 1.56 MB 4,027 4
893,295 893,295 00000000000000000001e503e6ec2d7fc81f0f64a1a8fcca3a8fe701f2706b86 1.49 MB 3,671 6
893,294 893,294 00000000000000000002489bbae64e592eb481e4360a6bf37135cc6365fc6d2c 1.64 MB 3,625 4
893,293 893,293 00000000000000000001cba36c8f9c646e6f8c12194f9d61c2fd8a8dc6f54c96 1.51 MB 3,726 2
Previous 10 blocks ↓
Total Size: 769.30 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.60 GB sent, 94.42 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.