Memory Pool Memory Pool Refreshing

13,629 transactions (3.30 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,167 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,166 (900,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,974 8,974 00000000770b9deaf4fbe2bc6f47a80373786a5b8ec6c699079f21ae0beb7ff1 0.00 MB 1 0
8,973 8,973 00000000156fd2cf2dd0589f39c323f99b934d0b08fd1188976c69b53842390d 0.00 MB 1 0
8,972 8,972 000000000c52354ba07004839e93b43a90d17fdff43732ed32267ef07e887137 0.00 MB 1 0
8,971 8,971 000000004135e9bcc2ce23326ca43eb91f92f6021699ca8e89088a2a097c4d48 0.00 MB 1 0
8,970 8,970 00000000315878324d2ac843c44ff83f1b9846120e7cfee816eca240d191e981 0.00 MB 1 0
8,969 8,969 00000000a5d3de6541cfdf9b4ea6c7ba76655338714076338ebe078b68c1d780 0.00 MB 1 0
8,968 8,968 000000005a2e9641d9cb54e41fb2afa60821de8b687c6fad8e5ba40b1423a9ee 0.00 MB 1 0
8,967 8,967 00000000084a07181b6d3471b4e18d53e9790b83d30c9128eeec862b19271404 0.00 MB 1 0
8,966 8,966 0000000013232867033d0db619d6c288c41e7d32b2e70987d30c38e34c697f47 0.00 MB 1 0
8,965 8,965 00000000f4851af7a696729b89e37e09b6939e7cc99614963959a5a51e69de20 0.00 MB 1 0
8,964 8,964 00000000f579f67af5a7aa3b45ed58f556d763711b9861567f753a59a4dd1877 0.00 MB 1 0
8,963 8,963 000000004c5f9a511a4287b2be3b2c80ee3da48ab2bcd646d13f83d473419caf 0.00 MB 1 0
8,962 8,962 00000000c80e08817fa6bf175f9594788a85f655645a2db9aeb6c1ce1d176473 0.00 MB 1 0
8,961 8,961 000000001f4cdaea20f65d5535fc9f5d7468bd07a63385be6b3949b551f6eeb6 0.00 MB 1 0
8,960 8,960 00000000c2253ed36167903b09d3f2189d0ff81e3190ddca8a17a721de88cfb6 0.00 MB 1 0
8,959 8,959 000000008bd4fc0326715015db1c8d00bfa9649ffe6fb5fc02f60517ff70f42b 0.00 MB 1 0
8,958 8,958 00000000cee528a564ecef212f781c6a45665cfbaae208302bb13cc6b9e26304 0.00 MB 1 0
8,957 8,957 000000009c65177a855fd521aaa68c8cd201d00a2e150492c1316fa966d3bf77 0.00 MB 1 0
8,956 8,956 00000000f8ebad1ffcbac17cf59d63d7ca863344143fd2224b7db74cd644d0b3 0.00 MB 1 0
8,955 8,955 00000000ab2ad4b32468850fd0c3c5a007acac4f6d2f4d55debb9d1781ca1a38 0.00 MB 1 0
8,954 8,954 0000000044df1612302205e2d6bffbbdffb370456a3adebaf1fe0a7e8e312ccf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.85 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,977.78 GB sent, 106.94 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.