Memory Pool Memory Pool Refreshing

3,144 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 3,130 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (498,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
409,274 409,274 000000000000000005183732ef02a6977ceea777a4acd03ceaf1086cb1f38acc 1.00 MB 2,643 43
409,273 409,273 000000000000000003c3048e66963fd97f1e9454a98071e59d8ae1f0ea0204a6 1.00 MB 2,992 41
409,272 409,272 000000000000000000bbcf87b1a0a56bed2d5abd62fa2beb0633b34c05cdf1cd 1.00 MB 3,211 68
409,271 409,271 000000000000000003ed860066c32501ce662c0a02673ac619b964036aad5d4f 1.00 MB 579 16
409,270 409,270 000000000000000004fc7cd7507419c346e9a6c126a0fff5d460180189bad126 1.00 MB 2,386 39
409,269 409,269 0000000000000000004cc88557817b3fa33e42e1e29f449c11e45281cfa9a81c 0.99 MB 2,194 29
409,268 409,268 0000000000000000056848aaf645c983f2b60420391dd5013e90e1df05110b6f 1.00 MB 2,962 72
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
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

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