Memory Pool Memory Pool Refreshing

6,274 transactions
15.44 vMB
Show Random Selection Loading Transactions
Max Size: 65/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,970 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (821,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,301 87,301 00000000001c689bdaac5b1cfd851d592c9701404884bccf03d097fa19447e56 0.00 MB 1 0
87,300 87,300 0000000000190e3abd5fbb9dbd33e09f148d95ffb00666395a09d62b769f2389 0.00 MB 1 0
87,299 87,299 00000000001d7dc2f8912cdaa8d1a4dde81d702692c597f40d7212acf1f36b57 0.00 MB 2 0
87,298 87,298 000000000018c6332762bf3beca95ccf3ca9fed6477dd7e60c93696d2b9247bf 0.00 MB 2 0
87,297 87,297 00000000001948541353cfe8bd8517f672355ccb1624e7a91efd70784f3b0759 0.00 MB 3 0
87,296 87,296 000000000019b0f46b70157730747727ec1991a120b7b2be4971a387ab51b74d 0.00 MB 5 0
87,295 87,295 00000000001952e6733aaefcb1437fff87489d109dc63831b74e2c3f9b9ebc51 0.00 MB 1 0
87,294 87,294 00000000001c411671f00bd36400bc07d83a21f5f6cbbc2c61e8f05f95fd554b 0.00 MB 2 0
87,293 87,293 000000000009e1a25141755d93c44c8676e17a15aabd1a1aa59768dffa50e49d 0.00 MB 1 0
87,292 87,292 00000000001e28d55760d174cd4cae0da5958f77e875bdbd368a0d3fc5bf2666 0.00 MB 1 0
87,291 87,291 00000000001b8aae0f85b003b26b3a0409bb1c32d8caea6e5b9f95f148100a64 0.00 MB 3 0
87,290 87,290 00000000000ba4a8c9e1623455d601d3e080147391465661c2b1579f35afc18d 0.00 MB 1 0
87,289 87,289 0000000000164e8b99b6c0d6ec72007a5fb088e629a2547ae3d30df253f27fb9 0.00 MB 3 0
87,288 87,288 0000000000016ab95986a8ae0493b356d0130f6c25d3b7f6de69d0a945127cbe 0.00 MB 1 0
87,287 87,287 000000000019e64cf65b6f9a886c6f6403aa0b348b994d8e7785b4dbd4791ec9 0.00 MB 3 0
87,286 87,286 0000000000118536257925e725de086773759258ea6693b2988739c8eecec8e9 0.00 MB 1 0
87,285 87,285 0000000000136c169cbaf79a71f5e3f7074e4a82a3cfd6ef9dff306cf466feea 0.00 MB 1 0
87,284 87,284 000000000012070e43ea1f58e04f0b5af3ff068ee5cc0af908db51b1520dcbff 0.00 MB 1 0
87,283 87,283 00000000001880941cd268e162c2b92534cf2f228a53ed02925ea99c6d525322 0.00 MB 1 0
87,282 87,282 0000000000138f04d17adbcb03c7f935119ed9bf3f5f194f3a2e0a5cad8cbb70 0.00 MB 5 0
87,281 87,281 0000000000137980130c544b0d3fabbec169444e9d946ac0404449a72e367270 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.27 GB sent, 98.48 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.