Memory Pool Memory Pool Refreshing

5,613 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (498,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
409,267 409,267 000000000000000001ba31730544db2d9730d316878f3fbf6fded0c34f630772 0.89 MB 1,770 37
409,266 409,266 000000000000000005795fb23e17158d23acb4e0312819f297b1b40c909b0d4a 1.00 MB 2,569 50
409,265 409,265 0000000000000000031e7e6c264e9a63eec073f18b1c6775c97a7ad767e74fc5 0.99 MB 2,771 46
409,264 409,264 000000000000000002315417c8c9c707c74126dfb93e98ae7cc243086b18909b 1.00 MB 1,220 21
409,263 409,263 0000000000000000010ff0d5c4546ce05287c1cce683e5e7090d2148408153a9 1.00 MB 3,162 50
409,262 409,262 000000000000000000688bfbfd839b48bd723d2aed835241674b64d2fa121b14 0.93 MB 2,072 37
409,261 409,261 0000000000000000056c9bf7059cef9c7b527c43927f7c1760e94a1799b15063 0.79 MB 1,787 33
409,260 409,260 000000000000000001341933947e4d252c4f784a9bf73a2abdeae121f71a597a 1.00 MB 407 5
409,259 409,259 000000000000000000f4ab9bcb8f6fe45374013617b19a5b4a9b713dfe89e924 0.56 MB 1,065 29
409,258 409,258 0000000000000000006f802378b2adefe97236e408193ebdefd46b67e74100ea 0.00 MB 14 79
409,257 409,257 000000000000000002cca2e850915b90130351926b5d19abe4b4902e0bdc149d 1.00 MB 2,238 35
409,256 409,256 000000000000000003ca4d7f248743a4ea09fd82538997822c1ff37239e1b5d1 0.99 MB 2,703 49
409,255 409,255 000000000000000004085259585f3d31c61ec649fc37d6ba6c4f6ac4b58bda19 0.83 MB 1,031 25
409,254 409,254 00000000000000000095a2b955439f1c2152f7673ed8ae1dc7767762c99b7b2a 1.00 MB 2,977 52
409,253 409,253 0000000000000000041ac5c5543f66523abf58b088d47931e8b8bb58f1394503 0.82 MB 430 19
409,252 409,252 0000000000000000060415a9b2df750121ab2f6935dfa6eb6b3a4dfadba684ee 1.00 MB 2,043 39
409,251 409,251 000000000000000000b9322067797c1ed36914030d8dc53b885b6db90070ec01 1.00 MB 652 20
409,250 409,250 0000000000000000032e1faafeff5b5eec0d8129704e40ced31d31e939e4ba5c 0.00 MB 14 152
409,249 409,249 000000000000000001d98f18b97e1f299f140a0255a4e9415a0b686f9ad151fd 1.00 MB 853 25
409,248 409,248 000000000000000005c7e043332761d79f6de7d065af0d062d2276220c0393cf 0.00 MB 14 157
409,247 409,247 00000000000000000381e6a138308c6547d6fe3eb3437250ffefdebbf71eefd1 1.00 MB 600 19
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.58 GB sent, 94.34 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.