Memory Pool Memory Pool Refreshing

3,240 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,909 (777,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,926 129,926 000000000000115a6274789e292f716a0abac37c38c95e0877d210898c9a0858 0.05 MB 99 422
129,925 129,925 0000000000000be05a8fbe5f7cea103d3fc145d34674629d68e8c208e894e06c 0.01 MB 24 476
129,924 129,924 000000000000040684538e58e4bfe09ea5511e720ca250beb33f3b258f47459b 0.01 MB 31 1,361
129,923 129,923 000000000000027861d9e8c541a11963e8a3d2b0c5bf43088d2a73e12a5ae116 0.00 MB 9 399
129,922 129,922 0000000000001537f9df8bf0e87679c2dbd086d10a75cea67068b0b481384307 0.04 MB 128 444
129,921 129,921 000000000000139154acc951edec637717c9fcee0c987107563aef10d01408cd 0.01 MB 28 1,138
129,920 129,920 000000000000024ecf4aef1459c0ec8922b17dcfcdbe8e9501b016255f7b900d 0.01 MB 14 710
129,919 129,919 0000000000001d3145c6988fc466ca83a4ec81a139a920162a2ee305c85d3fd5 0.01 MB 22 1,445
129,918 129,918 00000000000007efe635679c627349fd3a0c9ab2316182bd7d737b7c34498550 0.02 MB 57 74
129,917 129,917 00000000000004b8b136c878fbdcd8489fbac9184242a596ebe5cc5c1c18ac5e 0.01 MB 34 1,198
129,916 129,916 0000000000001d03eaf38fe036455fa4309771eef66c29123e490efc9d696616 0.03 MB 46 223
129,915 129,915 000000000000066a4df6ad4e90bcc28a26a96358ff16326559c975a20509dfe8 0.02 MB 35 736
129,914 129,914 0000000000000b9e827bf8766241f72515bb2a1e1bbe07f2ab050e1bf8ecb899 0.01 MB 47 2,499
129,913 129,913 0000000000001cffafd24815c27f844e194eab9cf7def445d235bafad10423e0 0.03 MB 105 518
129,912 129,912 000000000000042648ab861bfc8c8aa4dc6c6f9f44fc90b4e634edbef1977987 0.05 MB 170 165
129,911 129,911 0000000000000eea648e698f9eede7b4105ac01bee00d96c3a384353bbe4a440 0.02 MB 46 436
129,910 129,910 0000000000000d74bcd54e04d45e2750af8e3700e2b6f9daa42f1a6498d331db 0.01 MB 26 2,929
129,909 129,909 00000000000009f0453d71e02743e245bd7c5b70a251ba7bb03f5301658ab12a 0.01 MB 24 1,127
129,908 129,908 00000000000004fccc31c77a3207e8fdaec0ca0ff523ae80742003e9f1b4146b 0.02 MB 33 1,392
129,907 129,907 000000000000158b8a8f30867192d85d0370db082ce7a716f08a16bcb4da9308 0.05 MB 156 395
129,906 129,906 00000000000010597be30ca18b7564b230b39c13236820419d9d4bda5edb0d2f 0.05 MB 174 3
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.