Memory Pool Memory Pool Refreshing

2,097 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,071 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (252,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,586 655,586 000000000000000000016f3a7b62e23018f29afa397b2e395ab035633c3f2311 1.32 MB 2,183 196
655,585 655,585 000000000000000000091f9d31a23529c1c8318d8d2783e35c1fd8e424668eb1 1.24 MB 2,779 109
655,584 655,584 00000000000000000000bb6e477d6ee50bd2520399f095d0ec1918d31146a9e7 1.35 MB 2,084 233
655,583 655,583 0000000000000000000513e43db11b2a3e048ea2e03e2f0c11b477c74b86b772 1.34 MB 2,297 117
655,582 655,582 0000000000000000000154d04bc1028cdb46268c6c7747fd895d09d8b26d7748 1.23 MB 2,343 170
655,581 655,581 00000000000000000005e6e9a56b9b7ec90daa09ffa27ac1b44fbe128f00eb1f 1.27 MB 2,523 166
655,580 655,580 0000000000000000000f17ab614c6fbd301cbb337c7bf7d28dae6b8abc180ff7 1.32 MB 2,548 156
655,579 655,579 00000000000000000006f377e09e7730c0e441dfcae7ab4b454cdf1f99da9fc2 1.23 MB 2,244 280
655,578 655,578 0000000000000000000065338d088b0e48819afb5f9c7de8f91cbd4038e6cade 1.20 MB 2,866 202
655,577 655,577 0000000000000000000409ed3ebcfecf1a29cc6939a147c6581ddd51305782a0 1.24 MB 3,055 242
655,576 655,576 0000000000000000000161cdd97eca65759fe149d397701a55789b9b1c8417ac 1.23 MB 3,083 216
655,575 655,575 0000000000000000000b3288346a78e6478e8ab6d6e7a9331378c66d681d8cbd 1.33 MB 2,814 294
655,574 655,574 00000000000000000002b28cdca44c67659719601ada9990bee0424d8f9da74a 1.23 MB 2,779 258
655,573 655,573 0000000000000000000808b8229113136cabcd5636221b899961f5f1e618d0f8 1.10 MB 2,478 267
655,572 655,572 0000000000000000000d3aa83e5f50f1c03784312d6eba736dabb238f724ecd8 1.23 MB 1,734 290
655,571 655,571 0000000000000000000fbcbc38aada62d25c13089045710f948b3a6753ffc45a 1.35 MB 2,139 336
655,570 655,570 0000000000000000000a16fde5f14c2260f42adce38a66672f7f18aba90c6f26 1.29 MB 1,938 361
655,569 655,569 0000000000000000000fb80ef2cec90970610591102c552fa7b0c240a9dd7f5d 1.30 MB 2,632 334
655,568 655,568 00000000000000000006634b57aebee6172c9d27f53fc220c5ed27c1a8759038 1.26 MB 3,030 253
655,567 655,567 00000000000000000006ef461870e84d76c08a52584b06b3640504e9bcc4e888 1.43 MB 2,516 307
655,566 655,566 0000000000000000000a3887fe99d2e52e7b199b8d21f0afdd785d74d7544b69 1.27 MB 2,868 317
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.