Memory Pool Memory Pool Refreshing

5,437 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (42,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,410 865,410 00000000000000000001831d1cc3838bf76ec53a5e5abba772cb4dd05bec2bd3 1.09 MB 1,158 12
865,409 865,409 00000000000000000001207d7e4098e8b946391db7bb22254a9d110266271a33 1.11 MB 1,246 12
865,408 865,408 0000000000000000000238062c1bfeab9fe5345f3bd5c95eeb58cb8afd549253 1.50 MB 5,218 14
865,407 865,407 00000000000000000001879ecf5b31e6d71aa7d9666b5760464734f769b7fee2 1.46 MB 3,323 20
865,406 865,406 00000000000000000001325f35e1cb87a5c5aff25d7f2f6f3a6466f79e6d383e 1.20 MB 2,105 14
865,405 865,405 0000000000000000000269eff4fbc8181279606daa8d7d9b1b504733cd072c54 1.23 MB 1,459 14
865,404 865,404 00000000000000000002e039b1bd5ed3ed18a9e120e64f77799d9b03862d4899 1.51 MB 4,772 16
865,403 865,403 0000000000000000000293151bc2509de5c2a1e179cb26f2a6e5a429e3df206b 1.40 MB 3,790 16
865,402 865,402 00000000000000000001146ec1df3f29bf46336e3c3c05dbbad19811401db9f2 1.62 MB 3,706 13
865,401 865,401 000000000000000000014bd456f136e6a8a3c825438ba14e63c6997387d5fbee 1.63 MB 4,439 16
865,400 865,400 00000000000000000000ecd6b33b4be906d2bd226e433df6347f672c17ef984c 1.66 MB 3,311 21
865,399 865,399 0000000000000000000298ca441cfe9d0af60765006c3d622d34f598ef59a2a5 1.59 MB 4,465 17
865,398 865,398 00000000000000000001fdce9cffab44094fa80430d154bef1361519450ac3cf 1.50 MB 3,144 20
865,397 865,397 00000000000000000001f0e6e93c6e26ce28992658f2a7d839b1139ea6ce085b 1.49 MB 5,266 21
865,396 865,396 0000000000000000000016805745ec2e5f8853210de752db62f9a4e4be98b11f 1.46 MB 5,796 24
865,395 865,395 0000000000000000000146e472c53ae3744bee7cead371c047ec4183899043e9 1.57 MB 4,199 28
865,394 865,394 00000000000000000002a6ee873c3e7a2b4bff85cec4ff5e3af7f6c1cf61f8cd 1.66 MB 5,641 20
865,393 865,393 00000000000000000002b0ee3e90ea83d90c7deac018e6764636fd7e01d01174 1.71 MB 4,632 14
865,392 865,392 000000000000000000010a0f041459db86ea029a549a8076afd3cf3325b620fe 1.59 MB 5,662 19
865,391 865,391 00000000000000000000cf60f52859a65ea830e72d3472b70de9ea8be261abb3 1.41 MB 5,792 23
865,390 865,390 00000000000000000002ef263cc52a6d3cdc066b9429ae350ac11b2164751f46 1.44 MB 5,929 32
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.