Memory Pool Memory Pool Refreshing

12,174 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (613,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,105 294,105 0000000000000000500c61d7045e646bfc66b7691019559893b6257bc28b45ee 0.22 MB 378 34
294,104 294,104 00000000000000004910e31048fbcc000bc29268db29b9bba1ca7c926841abf9 0.39 MB 248 19
294,103 294,103 00000000000000009dfd467a935249919024732ff546166999fb0ab7bd8b2878 0.50 MB 595 20
294,102 294,102 0000000000000000399996cf6f560601de2328bec3cfc78349525fa2061c7a55 0.18 MB 512 65
294,101 294,101 00000000000000009277af310f51dbbf1257c9153ebaf561e5afa2765bb622d0 0.14 MB 271 40
294,100 294,100 0000000000000000b5cd443a89e70b2afee57cbfcec24897dfb1f7891a0829c6 0.22 MB 520 47
294,099 294,099 000000000000000093ac517eb59d50a31929874ba3a9a4066aa42f9416dee74b 0.04 MB 53 20
294,098 294,098 000000000000000025b44d017bfb1de9b72b352160948db055fbf8dc143caf9c 0.00 MB 4 19
294,097 294,097 00000000000000005463cd7a145ec6b4f3eac8c369f7f6afc0aa2c1a92c4d6b1 0.08 MB 139 27
294,096 294,096 000000000000000064dd1725108ecf7d2938ca03a91b6ce84cd1a5e0d21752c0 0.05 MB 128 23
294,095 294,095 00000000000000005de42389b5b976b42849c8b7743049ac9cd6ff1c00771f35 0.56 MB 739 26
294,094 294,094 000000000000000027157771e54cf2bdc5a0e75403831401bd52bb04b3e4c564 0.08 MB 114 30
294,093 294,093 0000000000000000661a938e5c6865cff84eecc12010253de7dcf58e3c3fef49 0.08 MB 148 30
294,092 294,092 000000000000000005e0f841fc248317130c374e69d501dcc2d24aaca72d3bd8 0.33 MB 627 30
294,091 294,091 00000000000000005a80d14bd120829ed5d5b0248344266eb0ac95baad2d8576 0.08 MB 256 50
294,090 294,090 00000000000000004d3804270ff891209ea9d41eec43d2098e3745c58168eaed 0.17 MB 213 30
294,089 294,089 00000000000000002984f7b4e9576229ed0c44f2397a323c2938dd365f518ed5 0.10 MB 256 44
294,088 294,088 0000000000000000823783ab67f16a455781f0db71eb9cda6020b91ae8c96653 0.15 MB 196 12
294,087 294,087 000000000000000000b632d11725bd65d1878a85662497abfdc86b4c81d6e080 0.41 MB 311 17
294,086 294,086 00000000000000004467c8289046559f8312291a975d12ac864246cfab721420 0.35 MB 698 40
294,085 294,085 000000000000000028a7532aba92d039280f43a2fb62277d07928b1898871eea 0.50 MB 1,271 42
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.