Memory Pool Memory Pool Refreshing

4,100 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,928 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (438,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,889 468,889 000000000000000000ddaf9be2352fae38f8affc858d0084c95069a0ede51a19 1.00 MB 2,198 323
468,888 468,888 00000000000000000075dfb758f813033fbd04899e0d49ad217d0150db939d4a 1.00 MB 2,760 408
468,887 468,887 0000000000000000002a62c1989a53d0f4eba0e0bcff6876f63fa8c72f09d8cf 1.00 MB 2,344 373
468,886 468,886 000000000000000001a82e11b08f84d2f5f5d6cb1026fdf6318c42c2d283f235 0.99 MB 2,486 356
468,885 468,885 000000000000000001162aebd9067945a76e3cadda4f3c110ccdc5710f14e841 1.00 MB 2,072 357
468,884 468,884 0000000000000000008fdee041bbf6690b94a7a676e0832ed08e8577bb8b143e 1.00 MB 3,097 475
468,883 468,883 00000000000000000093a1ed77cb57986f40ffcdd4c99b47ccaa87cc1ea12214 1.00 MB 465 280
468,882 468,882 00000000000000000154a6b1956a06e955874e2891d959a9c09bc17d3ac0d7b8 1.00 MB 554 287
468,881 468,881 000000000000000001b1f3d587ac41e0e10f716d7fde6d1ea424ba377f29f81f 1.00 MB 1,600 309
468,880 468,880 000000000000000000dcb93d4aa8a377cd79074d3031ce12dd6241a45a18aea4 1.00 MB 848 282
468,879 468,879 000000000000000001624d149514e0a168765c1df3e95eab2a5744008a426c89 1.00 MB 2,220 297
468,878 468,878 0000000000000000013b020ee19c6fb3d1945f2d3b47405cf32a4ec8fa445d88 0.99 MB 2,785 437
468,877 468,877 000000000000000000148b38dfd2d395974ad25a035b60a5375d1198430a96db 1.00 MB 2,065 332
468,876 468,876 000000000000000001b48b837805e085caab620ce79712eba7749094659139de 1.00 MB 1,434 292
468,875 468,875 0000000000000000005d3c5f21581b1f79c45c3595ef672cdceed0adea0d60ea 1.00 MB 2,205 390
468,874 468,874 0000000000000000018c40fed90fc625324a00fd3c5545046a58ab78d4ee9529 1.00 MB 1,650 306
468,873 468,873 0000000000000000005ddd47c429b79ca8100991c7e7aaa2d242d2a53c90ffae 0.00 MB 1 0
468,872 468,872 000000000000000001cf9bec91f1b7889686623d7420c76cbdf8959b6cdedea5 1.00 MB 2,339 313
468,871 468,871 0000000000000000016c861b1bbf00ac406645ad128b1feb3ce63a1fd9374776 1.00 MB 2,774 318
468,870 468,870 000000000000000001b8394a9fcb79a1e555534aec8f71867645438c3accd4ea 1.00 MB 2,194 358
468,869 468,869 000000000000000001d1c9c48bb406d325ac2022ff271c93b0c8db534a365c88 1.00 MB 1,735 433
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.