Memory Pool Memory Pool Refreshing

9,000 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,796 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (181,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,554 726,554 00000000000000000009eb3e4ae4ccacd39b6e63917144d495bcc09f52f09884 1.51 MB 2,981 3
726,553 726,553 000000000000000000007b58433e9dc3befe08be74c3ca2dacb176a11a8eac7e 1.44 MB 2,417 9
726,552 726,552 000000000000000000008df606425d635c75c130b9179ad1de3aaf166809ecd9 1.49 MB 2,272 6
726,551 726,551 00000000000000000004265047ee0ff21614232087f2305b1ad5dd462f22c85f 1.37 MB 2,399 4
726,550 726,550 000000000000000000053ffeb9a96c1b5f5a5dff6b20fdeec3fb17b83c44cca3 1.54 MB 3,443 10
726,549 726,549 0000000000000000000602b98ae306491c7b42ab24854d851fd6a4e2c4dad810 1.40 MB 2,813 17
726,548 726,548 00000000000000000004113f766b0292ffa17ee2043a9b52d6d70756ef0a851c 1.63 MB 2,313 9
726,547 726,547 00000000000000000003a72c030b2217f1278b3f9fb74e20e134b8a5d239273b 1.46 MB 3,215 7
726,546 726,546 00000000000000000007fb3d2eba0ce2908fbe86b77fcb9752d2ad874d9da1ee 1.47 MB 3,115 14
726,545 726,545 0000000000000000000131bcbea000cad08541685f5b5d7624cb6d1df12e62bb 1.46 MB 2,184 14
726,544 726,544 00000000000000000003754e10691a73f4e5f3bd6c0ec7444179d3eb314ca70c 0.00 MB 13 5
726,543 726,543 0000000000000000000a0e711d57f1a3916ba51df413256f15f220bdb9f22ed8 0.20 MB 340 7
726,542 726,542 00000000000000000009f32cdc5fc1ac4a2f6d22b854a42e224d299dc5cc5cf4 0.84 MB 1,465 6
726,541 726,541 00000000000000000006bcb80430f2f3e0d8a442c079e513fea7b0155ba3d41e 0.15 MB 260 7
726,540 726,540 0000000000000000000a26fea4d0f67294372ca3ae023d3802768dc6c99b4caf 0.08 MB 113 11
726,539 726,539 000000000000000000091de8c1ccf34f2ccf51b1b5bb2b6a0da006edbea5f7f3 0.27 MB 526 7
726,538 726,538 0000000000000000000330996184a833f822bed5f28262ea33bb7712dcdabe5e 0.98 MB 1,532 7
726,537 726,537 00000000000000000002223e26a3038b823fb85e806ec440a45737856436c5ef 0.50 MB 933 7
726,536 726,536 00000000000000000002ac645812339ba6650313eee1ee128caeb05b748a20ca 0.23 MB 355 9
726,535 726,535 00000000000000000004c19e59b7cb55b938a06d778760fa70cec732a92d1a51 0.22 MB 425 7
726,534 726,534 000000000000000000013319a373b6d2ce7a67ba3e1873e7d8066be7afc45661 0.11 MB 236 8
Previous 10 blocks ↓
Total Size: 769.03 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.97 GB sent, 93.01 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.