Memory Pool Memory Pool Refreshing

17,917 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (497,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,672 410,672 00000000000000000222b9d39ec504e03c316f3c053258c19379ea244ebf0778 0.10 MB 182 23
410,671 410,671 0000000000000000032126aa219a46cf881b730b758fbc23054b56336f975a7e 0.99 MB 2,388 36
410,670 410,670 00000000000000000304d544b2264c5d0d4c247c8e110d7302eb0050f23aa12a 0.24 MB 294 15
410,669 410,669 000000000000000001eb556d41c92a20b02a5f2d7ecee8237dc335a48cccaecc 0.31 MB 750 34
410,668 410,668 00000000000000000625dd594b0638ab53c38a43139fb7167a2fee5a69a6bbfb 0.19 MB 461 39
410,667 410,667 00000000000000000442c0c7d19dc93da037e6b5ec426dfe584fc70818bdb14b 0.20 MB 494 32
410,666 410,666 000000000000000003abce847216fb26ca17ad2aabc5e5c41a27fdea5b1d9baa 0.36 MB 783 55
410,665 410,665 000000000000000001461a95b757a121fd5b72c22cca7bac4b821c88ea7f1dd0 0.45 MB 1,186 41
410,664 410,664 0000000000000000028c5746a7471cf12c9a03313b7e48b7a639fae12d489f56 0.67 MB 1,480 32
410,663 410,663 000000000000000005d11faff7d60072cdc7f2b57a8e0242b9c2b9d7b5d41474 0.06 MB 185 46
410,662 410,662 000000000000000002de4dfceb51c984b6d8d14848316d681e39ae64f048eb29 0.17 MB 318 27
410,661 410,661 000000000000000005749585470f865b82c81d736d0faa1048d430ae787946b1 0.89 MB 1,148 23
410,660 410,660 0000000000000000018b99ea8a6b3083aa1225854b3b0079c2b5e3732d73c82e 1.00 MB 2,604 49
410,659 410,659 000000000000000001b36b9316f74528b67fc3d86e6501125e690f67eed4b8f7 1.00 MB 3,178 64
410,658 410,658 00000000000000000327b779cff6685d9c0fbf893e9409464f82dcc4c8b0b3cc 0.59 MB 1,502 37
410,657 410,657 000000000000000001ed0b846f9194bfda2823199fc589765040d4da1b9a3339 0.16 MB 404 36
410,656 410,656 0000000000000000037e1eed9add1adff0a57271c54486535d3fd33e93a7ffc8 0.84 MB 2,058 37
410,655 410,655 000000000000000004622b2dddc9e5450fbe23c8bddd52dd8dd8ac9da6e0938d 1.00 MB 1,127 14
410,654 410,654 00000000000000000285474b7465a520ae0e49832589f39adb0317de201de9b6 0.32 MB 828 37
410,653 410,653 00000000000000000420a2f67f0366a82822fba96968f0bbcdead1dd885b46b0 0.47 MB 953 33
410,652 410,652 000000000000000001c6e77cf0db567fec0f12584f4d6926bfd4f00bb6f81e37 0.55 MB 1,394 47
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,624.26 GB sent, 92.99 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.