Memory Pool Memory Pool Refreshing

27,509 transactions
36.65 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
9 sats/vbyte 2
8 sats/vbyte 3
8 sats/vbyte 6
7 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,161 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,388 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,160 (45 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,115 880,115 00000000000000000000174b97fb90a9b3a30358fa2ad9528517c4b50f54f870 1.67 MB 4,053 10
880,114 880,114 00000000000000000001694d02f8f1293962f1895b6cd2d91501be68f8c44216 1.61 MB 3,210 14
880,113 880,113 00000000000000000001c8d36206c889348028fdd6969d1914bb4d4a4de9ec48 2.45 MB 2,759 8
880,112 880,112 0000000000000000000200b2818308bd5b05ed166b0ed88e5e67fa5e298d5290 2.53 MB 2,607 10
880,111 880,111 00000000000000000000f563cd7d89ece6033f79220a3e27f84cf8c05d8b6d75 1.66 MB 4,217 11
880,110 880,110 00000000000000000001ddf702a56e397aadec21bbda583931e79873c67c5017 2.15 MB 3,258 11
880,109 880,109 00000000000000000000798822cdb109cf0ed37e576b0c5c92b5bbcb79797de8 3.59 MB 912 9
880,108 880,108 000000000000000000004ef4ec28a6f363ab858138760da27715f0f99b49ca37 2.60 MB 2,574 10
880,107 880,107 00000000000000000001339f8eedcc91dbccacf2598be4cadeb3c068e13f31b8 2.60 MB 2,273 8
880,106 880,106 000000000000000000001f1ef81408e9de781e5689975d5293066ceaf14e0758 2.64 MB 2,569 10
880,105 880,105 00000000000000000001a2442375f438bcd83795ca03c5690d039c90135a9acf 2.56 MB 2,601 10
880,104 880,104 00000000000000000000fde16d5bb6a9ec3e1c67f591b2c10183ec00b6d0dfb9 3.16 MB 1,360 18
880,103 880,103 000000000000000000027ee56d617b21a8512cbcbb8ac3826305533d4331a66b 1.87 MB 2,603 10
880,102 880,102 00000000000000000001c634209cac71fc07839fb85a2286590920f76942d2d3 3.20 MB 1,118 9
880,101 880,101 0000000000000000000220a7a4908d6c68e6529bccb115bd008333e328de6c13 3.14 MB 1,409 9
880,100 880,100 00000000000000000001be54f1637be959bb0680467623d0cc032b5f9df73129 2.89 MB 1,895 10
880,099 880,099 00000000000000000001942e0d98bffa3f533d84d46dae7f3e54dd32a5d0a2ff 2.97 MB 1,871 9
880,098 880,098 000000000000000000025f073c3da903a6b7b2c215419859ffd0ebd12f4d6a93 2.96 MB 1,615 16
880,097 880,097 00000000000000000001b302607c5a938cc3283b884dacc0cbfc9a639fa1e66a 2.84 MB 1,832 10
880,096 880,096 0000000000000000000222e9ca133a6b554305f95ed592fc669ff57b7162b97c 2.77 MB 1,492 13
880,095 880,095 000000000000000000011cccf2bb6e9c82674713a17e3265397d0252ec7e364d 2.72 MB 1,788 15
Previous 10 blocks ↓
Total Size: 718.68 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,736.38 GB sent, 58.56 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.