Memory Pool Memory Pool Refreshing

9,258 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (778,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,970 128,970 00000000000022d8686242c7538c2af87c270ea396334ed56f989abdfdb75d14 0.01 MB 37 564
128,969 128,969 0000000000001e5aedcfabd7acfadc75fcd8fd38142cce66f60416b2ed56d19b 0.00 MB 4 223
128,968 128,968 00000000000009f1862dcacbd2e9bdf44f75142d9075d152687e0aa07ed5a2f5 0.00 MB 16 510
128,967 128,967 0000000000000e09ed06d2315b3711bd5d6949b7ecaa9992ec2a1443b219184d 0.01 MB 32 649
128,966 128,966 00000000000011d9a9a316cb1a73801d14d83aa10d7ec28551099f0c8654b782 0.01 MB 21 513
128,965 128,965 000000000000132b80f08263341ffa0f2990a8a3ca8d00bbfafac1d3a13695cb 0.00 MB 7 1,438
128,964 128,964 000000000000041dfbe5132d89b0d857099d69a77cdeadd4e4006c7aa0105518 0.04 MB 116 498
128,963 128,963 0000000000001d44f9f2fe011c78783558b2b3db5e803fd399136b0fd798f2c3 0.03 MB 116 145
128,962 128,962 00000000000004aea38f02bca28089eebafefefa4b9bdb455103c9ebe8187a72 0.00 MB 16 1,564
128,961 128,961 00000000000016b1363e5abba8cf435d08428f5fd9ebbc6f902cb7c7a66ea739 0.03 MB 48 732
128,960 128,960 000000000000085a461c7e0fdb5cd54130d311c14e9a22f85109912255a41567 0.02 MB 41 648
128,959 128,959 00000000000012051533475535c79e7b0ebc7be27ce16466e2d2e5e8aed9db38 0.01 MB 27 516
128,958 128,958 0000000000000f92e4fc4fcc5147a60a6c0dad50e5ae46696970c1aeacacdc5a 0.00 MB 1 0
128,957 128,957 0000000000001cbe54fa11f218469b928dde15e13de83d70630b77c65d9a5819 0.01 MB 25 545
128,956 128,956 00000000000004eb4fd11c7bb3b5777f71a831ae6a9126d21cdd2218a62442f6 0.00 MB 16 218
128,955 128,955 0000000000001ff116f85f689cbd0146951c885fd5a410eb9a25e40e3472cd04 0.03 MB 55 1,294
128,954 128,954 0000000000002329f1691a6015a082a461fbae703d2ea0e7b83dc442ef9d60b8 0.05 MB 65 152
128,953 128,953 000000000000046d30c50e41c0cc5bb94102aa99330aed677ffbdd2ae66a68f0 0.03 MB 43 750
128,952 128,952 00000000000014ff523664ef1934e4cf2cb5cbe35d5aa9085941e45a80caf5bb 0.02 MB 56 3
128,951 128,951 000000000000076c7448cffe116a126c0016f03a0aae2445d8e3f346607a0cb2 0.02 MB 36 1,055
128,950 128,950 0000000000000a6c8cff2a5d8e50289a7b5183bbd6dba66547e7fbad4804a13c 0.02 MB 62 1,324
Previous 10 blocks ↓
Total Size: 768.98 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,616.44 GB sent, 92.72 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.