Memory Pool Memory Pool Refreshing

3,754 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (790,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,675 117,675 000000000000529a8170f3f738d04c68f6b5c955ad8e96903379247bdc72ddb3 0.00 MB 6 331
117,674 117,674 0000000000007521b55819b293d484aaae249c76521df26806815278abe452f8 0.00 MB 14 914
117,673 117,673 00000000000059bc716b5ab99185d619a8d7d334a789925078d60051131e7746 0.00 MB 13 326
117,672 117,672 00000000000040a3f589ac464896901f1fc0a66b4066af5b886746940cd36936 0.00 MB 12 0
117,671 117,671 0000000000004ecd7ab9a6edd5d921a87cefe34b5397a8b3d7f1b6b0b63cc5e2 0.00 MB 3 3,883
117,670 117,670 000000000000c2d1cbb1446b18b7c42693e3ecab74334036b42bd5e6f7678010 0.01 MB 7 281
117,669 117,669 00000000000071b83a605ff76c440b2295bffc6fbe33b652599595345340ac52 0.00 MB 2 3,875
117,668 117,668 0000000000009bebaef3603dc39cc82e76c022d119a15734aa4a4eec2ba3b44b 0.01 MB 18 707
117,667 117,667 00000000000064169d0bc692cc819c47555e3be09b31532c4a6ee9198409c3c8 0.00 MB 10 672
117,666 117,666 00000000000001aad9843c20ff9998fa348386a22c615af49a6d43341994d7e9 0.00 MB 3 0
117,665 117,665 00000000000000920b8268db957656ef311003544386d2ac6e68570d6803777e 0.00 MB 5 0
117,664 117,664 0000000000007c504b9dd21e744281f6cca19e05b8f80f3d3936349e2e068aea 0.00 MB 1 0
117,663 117,663 00000000000071087cc6fe7e3109ba1c9d16ece78b32054c4df2ae9896bf4101 0.00 MB 4 0
117,662 117,662 00000000000057cd2fa37594f1ee84a1a36f027906f89cfb1d59783f9d02ba4b 0.00 MB 9 430
117,661 117,661 000000000000b8eabc7a6f096834b66aed79024fe552dfeed132b1cf72e3dedc 0.01 MB 14 432
117,660 117,660 00000000000030bad340669391aec5c2043e7264de3618f140aebcf659d2d9f2 0.00 MB 10 422
117,659 117,659 000000000000aa802de0a821f15d6c0bd91ea325cab23102651824620db257ae 0.00 MB 5 0
117,658 117,658 00000000000011437e25185cc4adb970e06eb36c61b1357d4db16e8b12670f07 0.00 MB 11 1,543
117,657 117,657 00000000000032121b1c2469d35edd9fca9d30d49e65bcfcce301805f105d6be 0.00 MB 1 0
117,656 117,656 000000000000342e7725ae0294ff0bb09e6608f9d0ea919064ef7ace2427622c 0.00 MB 1 0
117,655 117,655 00000000000091045ba79a95e30a4e24cc97343fd6e47c67a78ad0a63ddc4330 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.