Memory Pool Memory Pool Refreshing

13,776 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (366,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
541,691 541,691 0000000000000000002218bb8422236acd0436990893b28aac84065a305414e4 1.23 MB 2,459 11
541,690 541,690 00000000000000000025e7fda724051f5f1e00cf3727fd2f067e7054e8d3e309 1.16 MB 2,781 18
541,689 541,689 000000000000000000182df52ec9d9e8dd01ed0a0c2ea74963ca4286598f43da 1.35 MB 2,544 21
541,688 541,688 00000000000000000005435aa31c83fba6dc61e88a462dba83427b78505f3706 0.58 MB 1,121 16
541,687 541,687 000000000000000000119c757a7411cf3bddabc77a8448416ce0ae1bf5ef51b1 0.55 MB 1,355 19
541,686 541,686 0000000000000000000fc6991220b3cf87f336ce6fb5bfcfb2e6c0aea7e7c760 0.27 MB 403 7
541,685 541,685 0000000000000000000acfc04387ce143630c9359a4b1f7d9a287d6f96a9b990 1.18 MB 1,724 2
541,684 541,684 0000000000000000002492534db530608bed995c055357cf0c43b7af5f7137a7 1.20 MB 2,744 17
541,683 541,683 00000000000000000021491e95f50d898fdc116dcf7ef1320e907bbd197e33da 1.29 MB 2,625 25
541,682 541,682 00000000000000000006b0c22405c24dad8ad1708a082ca3e8f7fbae3a3c24b6 1.10 MB 3,117 4
541,681 541,681 0000000000000000001bf6a7d2d86ba07971f343cee7e9cea305bdc1a7dfe4d6 1.51 MB 2,215 12
541,680 541,680 0000000000000000001d3239c86162798a2729ffd21c53e67b8736c98cb6cd2d 1.14 MB 2,835 34
541,679 541,679 0000000000000000001627486272df83bf33dbf2919454177161286788ad6e71 1.18 MB 2,869 20
541,678 541,678 000000000000000000135364f52f804979c011900b6c4c38a0b2691304064d00 1.19 MB 2,645 9
541,677 541,677 0000000000000000001c064fab7ec5d3ecd7a57b94276384b1cbf4a3fecbe7ed 1.17 MB 2,563 11
541,676 541,676 0000000000000000002036c2a5d7f21d5e7fd30bfd0a0fafa6f83ef196ba63e2 1.13 MB 1,802 18
541,675 541,675 00000000000000000009639ce01ffee7ffbb60c54f564f325a83d4d684228466 1.07 MB 1,278 37
541,674 541,674 00000000000000000001193784a10d9bcbc207a098402d4cd233ee46d357d9fa 1.00 MB 632 57
541,673 541,673 000000000000000000045783b7e0f95327f119659a3e4fe7e77d4bcb4e46b6cb 0.09 MB 242 16
541,672 541,672 00000000000000000025afbc93f975849ea2b7522cb0c57b137d107157bacf9e 0.41 MB 819 31
541,671 541,671 0000000000000000001a651d4916eb57486ec646add9b0343fa12d21ea993774 0.68 MB 1,387 19
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.