Memory Pool Memory Pool Refreshing

6,152 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (596,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,809 311,809 000000000000000019d459fb1dbc17633f5ca2df6c8d7732ffa3f6b6b9c30bb4 0.14 MB 77 13
311,808 311,808 000000000000000037a22d09bbda64731fdf7b96821fa85c1a0f14d3053ba1fb 0.75 MB 1,228 28
311,807 311,807 00000000000000000413559d17c2703f8d0fddd3b1be9d91e5609ae6117f30d2 0.10 MB 171 29
311,806 311,806 00000000000000003eb0606a5a3abbc29196456220d5d87962f99f0375f7d8ec 0.00 MB 15 37
311,805 311,805 00000000000000003ea27b163913100d034b13fc27f6035aa8e1fdadfdbd3986 0.02 MB 43 29
311,804 311,804 000000000000000039a033fd258eded0c911506c4cc6a8978b4b8ca50d0e1f7c 0.01 MB 33 30
311,803 311,803 0000000000000000240b38388b46f8a3a99965aac55383fa10a9647c65c41f09 0.17 MB 294 23
311,802 311,802 00000000000000001b908e6cad6857259abc92191c23bc89c89d14e7aead087a 0.26 MB 422 25
311,801 311,801 000000000000000003991eb422c6a2f7d7f15ac431293939eecca9863ad3c752 0.16 MB 233 21
311,800 311,800 00000000000000000597ec9e240be05c90b94506588bcd8a1da21e7abe1190cc 0.32 MB 566 26
311,799 311,799 00000000000000002ad3bf9747646364c0cc5b2f2cf1c93a71478cfcf15739b2 0.75 MB 1,268 28
311,798 311,798 000000000000000021ba6c4b84817106a327070d7a40b0d2c67c22586345d155 0.21 MB 269 19
311,797 311,797 00000000000000000528cfad6ed90a3b11380dd8e59a3670ba8df5f3722d54ab 0.29 MB 272 17
311,796 311,796 000000000000000027049fe7db29c4bb6dbc9d9782bce51ed03c0db8438c256b 0.50 MB 882 34
311,795 311,795 000000000000000031723e6b0fa56901e774528c7036c1315ad00fec05a62be7 0.27 MB 422 25
311,794 311,794 00000000000000001b174aa986cd4de9c50ed26ed65119e4915c8d633a6c9f61 0.56 MB 436 17
311,793 311,793 00000000000000002c3ec028fb4c7c3ea9708b188cb01ddc7c12d284d3e2a666 0.75 MB 1,413 29
311,792 311,792 00000000000000003a939fe8d95f3c50e1967c3fd612ecf521e0240f78eb1974 0.01 MB 20 29
311,791 311,791 0000000000000000189e44c2305f4bf1b8014bdbb6023434b9fc648e3e2a1e88 0.08 MB 156 24
311,790 311,790 00000000000000003c47d17212dae4ad28ab1b29f941a682500e700750fec00a 0.22 MB 294 21
311,789 311,789 0000000000000000116b61da6c6f1728f39856c3c6ea1d1ebb2567a2b8b0ae91 0.06 MB 113 25
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.