Memory Pool Memory Pool Refreshing

12,348 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (54,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,464 853,464 0000000000000000000196664e78df8b8aca4f83f5913071ad94263c4400d4ca 1.63 MB 2,829 7
853,463 853,463 000000000000000000031b8c5e5f9e8019873ebf1bac18607b71073de0b62c71 1.66 MB 7,512 3
853,462 853,462 00000000000000000000f9680e8325d2d9b76dce658d56e4c07307e8ca915ca9 1.53 MB 7,156 3
853,461 853,461 00000000000000000001984c494afb1d917e869d2e35fd0127bd4e7127c40252 1.56 MB 6,672 4
853,460 853,460 00000000000000000001d078925804a2dabc46386d1a8c14c685716d64952818 1.47 MB 7,557 3
853,459 853,459 00000000000000000001574472e5fa2d501db0b2105fdca813a5eda7f4119967 1.51 MB 3,791 4
853,458 853,458 00000000000000000003492abc461057f3c90958b14970d37bc668102e7e5ea3 1.51 MB 2,791 10
853,457 853,457 000000000000000000008e44c296ec51805f1049886dbf4954303258895c94bf 1.70 MB 3,862 4
853,456 853,456 00000000000000000001089ebdeebffba2cb02df3d73b359ef3f34439eba3632 1.78 MB 3,896 4
853,455 853,455 00000000000000000001af7c742b51318e1ddf900990a6ff7b06d9eff9c022da 1.59 MB 5,158 5
853,454 853,454 00000000000000000000deeb9c69994db6f4b6e748425575d53beef3cd20a66c 1.47 MB 7,070 3
853,453 853,453 000000000000000000005b2f67c4fc89f41620f1ca833466582e9c5b4a657a0c 1.55 MB 2,857 6
853,452 853,452 00000000000000000001ef355c027f6e20f448f2d98b8f5834bc6a1cd641f8bf 1.61 MB 5,403 5
853,451 853,451 000000000000000000019522c91d9ed6265b02336a516c0107376eea1aaa76d6 1.76 MB 5,964 5
853,450 853,450 000000000000000000022c4d99868262c7d278bde06019443a89481e377b525d 1.67 MB 3,402 7
853,449 853,449 0000000000000000000220e86b3962fd41992b18418c324120db391ce77d0547 1.69 MB 5,977 4
853,448 853,448 000000000000000000014d21253d31a274452457048cbca3e0ad4425935b8803 1.56 MB 3,358 8
853,447 853,447 0000000000000000000076e906a4231c1606da7671eba097b53c5345b924a04c 1.62 MB 4,899 5
853,446 853,446 0000000000000000000188ac9f4dade879ee80a14d6c529833354fbe00ac4d7e 1.50 MB 6,720 5
853,445 853,445 000000000000000000009ba0134a7bd9650499d2b1526c1afa3d36061d49834f 1.54 MB 6,789 4
853,444 853,444 000000000000000000012a686ef6064b61cfd088e318b3c51cdf450fe68ca64d 1.62 MB 5,498 5
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.