Memory Pool Memory Pool Refreshing

1,252 transactions
19.87 vMB
Show Random Selection Loading Transactions
Max Size: 80/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,037 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (859,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,810 48,810 00000000129ea44a93692ed7de1c5b4fe37b005f3b36f08d4f810e7d225a0a50 0.00 MB 3 0
48,809 48,809 0000000014f40d64292532dd392c49614db0bcda0b319f0d4f41a6c304e18ba3 0.00 MB 1 0
48,808 48,808 0000000010d70d46646dbb452f0ce6d636fb068cee35d78b243165343f073521 0.00 MB 2 0
48,807 48,807 0000000020cc67231005567ea33c35e52d683ca7bffef4d67fad705406992aca 0.00 MB 2 0
48,806 48,806 000000001574fa70ff8f5ef1a3320130613ee2cc75ebf849d06dd17278f571cc 0.00 MB 1 0
48,805 48,805 0000000019825683c66c5b71dcdf684d45adc2608233eaf1885463522a702b22 0.00 MB 1 0
48,804 48,804 000000001a3a3dede9657090e590f100e70c2b6607e95b163c244254711c4196 0.00 MB 1 0
48,803 48,803 000000000a3ee83699a5081987f2e8e14ba662dc277aee3811b04b6e8e899298 0.00 MB 1 0
48,802 48,802 00000000092973b2869203d06582694459e303457a4bf8f90c4899b61f578bef 0.00 MB 1 0
48,801 48,801 0000000028f0213a4cc08abf44e5313b9f4f992bebd11288998bcb05c04653b7 0.00 MB 1 0
48,800 48,800 0000000000292c6f0966e92c4e9d35676fd7f703eaf8808d0d48962d3f2c7be3 0.00 MB 1 0
48,799 48,799 00000000040bd9adbb6f171374b144e3a5c4e6c981d5907de0e02cf5dc8cc57e 0.00 MB 1 0
48,798 48,798 00000000093ef006a8dd7ae2cf38bcbcb075c1f9a783471f09e9146a91f9313d 0.00 MB 1 0
48,797 48,797 0000000009cb954777aee2d8076ee34aaf46eab8291b4dd0c3730bc044711779 0.00 MB 1 0
48,796 48,796 000000000debe2d410c00f591d95c03351aed12a522affb13b48955fbe1a3fb9 0.00 MB 1 0
48,795 48,795 000000002016b4b77e56aa5d487211c44ab477b979cedc72d91ce5fbbea300b7 0.00 MB 1 0
48,794 48,794 0000000007d0dbf1adc304f8134b4ca89a854df8341defcd0f65e865eb20c70c 0.00 MB 1 0
48,793 48,793 000000001f892d53141c3e4a423664af317aa58e9351d4a7227180ad99f7d77a 0.00 MB 1 0
48,792 48,792 000000000211a4888b3d780124553cca34aa2662198a58e47ac556b7490ca8b8 0.00 MB 2 0
48,791 48,791 000000001b8094354f4bbd43f647cf4c69e5d3bdbc3d80ff74e4304526fe0e08 0.00 MB 1 0
48,790 48,790 0000000006164cd0c7f7f306ea831208d8936d41903e667d51bca67eb349cb6a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.61 GB sent, 98.54 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.