Memory Pool Memory Pool Refreshing

3,358 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,968 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (747,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,052 160,052 0000000000000d339a7013d34fbfccf7c6f9d37445230519d1559a37f30067c1 0.00 MB 6 44
160,051 160,051 000000000000081035b9f3bd0869d8311e73fe14f6d466573185a8bcca18b71e 0.03 MB 55 106
160,050 160,050 0000000000000e19fa0ca23eaf0e04af979e08d4bcb17a41c0807a1f48c877d8 0.01 MB 31 246
160,049 160,049 00000000000001f18fa10d44520bd4047a29ea4e07b328eb5be658363e0cab78 0.00 MB 10 0
160,048 160,048 0000000000000392010014c0b2123789e6d6a98748975d674a44498b79b4141a 0.00 MB 10 16
160,047 160,047 0000000000000d2adc41809b1156dba07a02d02ec0638649de14bcbef193196d 0.01 MB 18 38
160,046 160,046 0000000000000de48b9bbd5d60aaf4b3c355c5a12f4c19d1a0ef5c3b2dfe2ba8 0.02 MB 53 43
160,045 160,045 00000000000009f4ed979d9259195c51b10fd5907634fbdc16d7138fcb1959f5 0.01 MB 33 175
160,044 160,044 0000000000000250a68ad385f9b2019bb7abff47f94c830e2ea1d2de7a8ac249 0.01 MB 20 155
160,043 160,043 000000000000007941bd792506201f7aafe30ec946ed803a5ce64f43fd37432b 0.03 MB 100 63
160,042 160,042 0000000000000ae47eebab43132df8e6fc4837be7a61ac889f7034f882671faa 0.01 MB 22 226
160,041 160,041 00000000000006c6cb3f715927d93cf03567efbd1b9c33574b95f045c38895a0 0.00 MB 5 856
160,040 160,040 00000000000007e87a1849c0396b42205e760f383c8c65ee2d2fff9040dbe4c8 0.00 MB 17 0
160,039 160,039 000000000000084a808f3809f8e97e33fc94e86893a45aa58dd8cb022cbb7b72 0.04 MB 54 373
160,038 160,038 0000000000000d69434fc8a2d6b3adf3797c908a208020a941a1514e6680b9f8 0.01 MB 30 90
160,037 160,037 00000000000008d295a63868138abb7fa7ab1db711139155789f1e77f1437607 0.02 MB 74 15
160,036 160,036 0000000000000e39986894aa938cf33348b24ebfef41d31f280737933b886673 0.03 MB 36 95
160,035 160,035 00000000000004ca2b4f8da29b5a9ef955e37e4accf43e970902242da10e5bdb 0.00 MB 15 55
160,034 160,034 00000000000006073ca5f5e28850678fa20106c2032c373b8f10794c3d572de1 0.01 MB 6 28
160,033 160,033 0000000000000e547e9ac3bfe3059e76828c8147f9b84feb3d92a93a1ecc1daf 0.00 MB 7 17
160,032 160,032 00000000000007bdec3cd5c25e34f0db159f49f1b12fa0ddc5fc53c1adc22156 0.03 MB 88 78
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.