Memory Pool Memory Pool Refreshing

5,656 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (771,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,105 136,105 00000000000000632fab6d6235e55ed29c9341a277eb2dda832c558fee88f069 0.03 MB 43 353
136,104 136,104 000000000000099552c782cde7e3093c041e54751d2075f6e06b11c4de19f1b8 0.00 MB 12 14
136,103 136,103 000000000000061ce8a34a584295c1da49637c7a0f3ece2d0b5f5200a0b2845b 0.01 MB 27 196
136,102 136,102 000000000000077a1cc36835f22fde6aaed97b8eaa9a04c1c5915cca10050a00 0.02 MB 45 317
136,101 136,101 000000000000025152d740308eb9622e7cf88bd76058fc6e3c881c5caaf82649 0.05 MB 158 357
136,100 136,100 00000000000009c87758598ff5162cb9afe71cbf52bd8efda74506e08f136930 0.01 MB 21 780
136,099 136,099 0000000000000a4922dff25c0346de2ed1977a8f38ee0d81b67f73a94fbb5f5e 0.00 MB 12 352
136,098 136,098 00000000000006dadff20191a5830a3160e11c799ccee2415455bd3b221bc4a7 0.00 MB 5 17
136,097 136,097 00000000000007866149778c499871d15bf4f70d78bbffe4f6222b79b6b1f7fd 0.03 MB 53 402
136,096 136,096 000000000000015226c1ee8dbfeaa02c4779d83d8df4c0cb2de8826bc9e09733 0.01 MB 7 344
136,095 136,095 00000000000002dadd33b6361a8afb65e28ec55a498125b9af516af427970cba 0.02 MB 42 405
136,094 136,094 000000000000068c1ea525c729066fc3aa950a2f4c0a058ab5e7144a8f1c62ac 0.01 MB 32 390
136,093 136,093 00000000000005c94d531fe89553eb76c2a91b92f1e044c6e37bf128cca3b782 0.00 MB 1 0
136,092 136,092 0000000000000915c66b87e1c970243250a8a0fbec198c00ec32713c1067aa4f 0.01 MB 19 773
136,091 136,091 0000000000000692be60e31fd703b789036d1c8d457f640e14dff6fbe857b673 0.02 MB 65 27
136,090 136,090 000000000000025fd0adba2c8939f1e6c0462fc5eb90905d9011830c748412c5 0.02 MB 53 345
136,089 136,089 000000000000023f916658c7f6194e36320568ddf5babcf9ba894ff11cdf7955 0.04 MB 100 416
136,088 136,088 0000000000000a4147f6c7ee52a85418a2170dee7bc2ad27d86e8aeb6131f2ae 0.00 MB 8 1,243
136,087 136,087 000000000000030356ce6a009541b5fab1f857152b327c3b65e2554291dfdbd9 0.05 MB 114 82
136,086 136,086 00000000000001d0261dc983a6263bda2eb5191ad9377ffaecb3ba1ee80c2cb8 0.12 MB 282 921
136,085 136,085 000000000000043fd598f0899e620ed7e77fe5269586479f2a3fa804c511a12f 0.03 MB 43 395
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.