Memory Pool Memory Pool Refreshing

19,613 transactions
6.30 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (561,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,767 345,767 00000000000000000ea4661787ca8e84d449d7882e51785d936cce71482c5e57 0.21 MB 362 21
345,766 345,766 0000000000000000018f10342bb6d62d176c9a0b742b8ca34fea3e34819025e8 0.53 MB 989 25
345,765 345,765 000000000000000016434481e469e2e43940ce03d8712a3df1121c50f190598f 0.51 MB 375 10
345,764 345,764 000000000000000000f7d70d160767994df96870eda8789889477e1f9bf09763 0.75 MB 1,749 32
345,763 345,763 0000000000000000037dc480345a986b911eab027ecb4bfbca981f5085dfb8e8 0.35 MB 617 24
345,762 345,762 000000000000000004e034f252ee5a8a481c48f200c6f4f144b663a73d22274a 0.11 MB 112 13
345,761 345,761 000000000000000006cfe6dc8bdd002392fcaa6494f7ab3dd7ba8826ca5ff69f 0.24 MB 394 10
345,760 345,760 00000000000000000592e8c5b27861f00611bffe2d8772b75bcaf076956f33b3 0.11 MB 155 15
345,759 345,759 000000000000000005b4224592869db7951668ebcdb99683b526d3cb54a5729e 0.85 MB 889 18
345,758 345,758 00000000000000000257f36acd6516f3504fddf79e72bd568bb42ffb35ad4437 0.75 MB 1,578 32
345,757 345,757 000000000000000013bebf09ed83f2ea1e1e2d3727693dbf3d63777d77d96ab2 0.50 MB 811 15
345,756 345,756 00000000000000001696154393c6c462d0dee76ac281be9f9c237140c3523184 0.21 MB 444 38
345,755 345,755 00000000000000000d7ded08ef63170e79e92fe632d0c25731aa626834715302 0.45 MB 374 9
345,754 345,754 00000000000000000b50f7dec5e5cc9d542bde490ad43a42bacc4386494b4cb1 0.71 MB 990 20
345,753 345,753 00000000000000000368df672db26c732283491f1c8463fe79223b4cc2fc608c 0.75 MB 1,241 25
345,752 345,752 0000000000000000167241353066f7e390f3f802ecb2b4b776fd33836c08326e 0.10 MB 104 6
345,751 345,751 00000000000000000ad5de9a0b5ff51d33665fcbcebd8cf1aa489ea5b5420d2f 0.28 MB 486 26
345,750 345,750 000000000000000004bf916fe83d443e1ad9b079d1ad02227a3ca02c15e53ad5 0.53 MB 974 24
345,749 345,749 000000000000000006d9c10634c58a272e0c5a77b3f975808373e1f9ba80e6b7 0.21 MB 308 25
345,748 345,748 00000000000000000436ce3a26252a110393619ea3295e462f25997eee8ae365 0.41 MB 819 17
345,747 345,747 000000000000000007cc2984bd80b3734a778af16a47d9bc1f782d3f39b35432 0.37 MB 596 29
Previous 10 blocks ↓
Total Size: 769.02 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.51 GB sent, 93.00 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.