Memory Pool Memory Pool Refreshing

7,026 transactions
3.51 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,059 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (37,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,458 870,458 00000000000000000001e5541d423c965dce26372087c5d49c0e1bcf8b2470c1 1.41 MB 3,238 21
870,457 870,457 00000000000000000001c0e7519dd3f4b6b453adaafaec85385867418d710eb9 1.61 MB 4,833 19
870,456 870,456 0000000000000000000015bfa786d8b26c489171c41c897c15a9197f1879a2a3 1.57 MB 4,770 40
870,455 870,455 00000000000000000000d7608422e9c2b57d848fdcf0cb4281fadb337bb70132 1.68 MB 4,130 39
870,454 870,454 000000000000000000014078d694b68231ae96e41c38a1c5bfaa28a688e85561 1.56 MB 4,211 44
870,453 870,453 00000000000000000000cdc2cba3c8ef56b00d0750f3220275e9c6e23e71e135 1.47 MB 6,396 38
870,452 870,452 00000000000000000000b234e5bc2deac642991f1c912ac9d695eee1f75746ab 1.54 MB 4,273 67
870,451 870,451 000000000000000000003a77c103dd0bd4862b0479acae96862aa1f8003540d0 1.58 MB 5,270 66
870,450 870,450 00000000000000000002b68d4a29aa1bc5c56bf747f0d3166d5a515d5129a679 1.49 MB 6,023 88
870,449 870,449 00000000000000000001c5081c9e146f9c165137c4be8765f711b59287f8767c 1.53 MB 5,420 42
870,448 870,448 00000000000000000002673f4d17e8f5740b3be5f15ba70c3bbf8fc1bedeb631 1.54 MB 6,013 44
870,447 870,447 0000000000000000000096ad73c8469d5335d026bddac4eba0510d979b5be1bb 1.58 MB 5,237 51
870,446 870,446 000000000000000000018fb0584a758ac6fb98e12fea5424f996983b74d1ab90 1.52 MB 5,688 62
870,445 870,445 000000000000000000014a6c48d0b940a08bcc7d548f08f85ed94e2bf71c05ab 1.51 MB 5,567 78
870,444 870,444 0000000000000000000058c135d3515d227c9339e492532ecb297f15ebae9a76 1.56 MB 5,100 92
870,443 870,443 00000000000000000000db7e55191e7d4fc70347fdfe3d8a766ed0e9b972e844 1.54 MB 4,914 100
870,442 870,442 000000000000000000017d5b29b486bab8283cc45888415da45268d4f6f4a19b 1.54 MB 5,322 101
870,441 870,441 000000000000000000019a51655a1d9e26a4b478d197a4bbb22d1623b0edae67 1.49 MB 4,086 116
870,440 870,440 00000000000000000000f80ebe7e2e796044f47b21f1eafabb59d5f1be733de2 1.51 MB 4,846 117
870,439 870,439 00000000000000000001df2b2d27d4ec7ed15ce0ce5fd1d797d01d7fab036ee2 1.48 MB 4,292 128
870,438 870,438 00000000000000000001d3c60aa2c256d28179cf873f6d243d807db119172098 1.55 MB 6,212 100
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.