Memory Pool Memory Pool Refreshing

7,036 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,653 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (8,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,156 899,156 00000000000000000000d009bff7b6e3bd2a81389f2f052fc1d0c4627b9d0a27 0.16 MB 334 3
899,155 899,155 000000000000000000021c531993a52eea655a922c9c5df40b40b8b9325f1fa3 1.10 MB 1,700 4
899,154 899,154 00000000000000000000e5d9827650a5b72c3e2770f4979112c07c4cb38fec1b 0.26 MB 434 2
899,153 899,153 00000000000000000000125027d75338addc20796ff01355822d0a9fa0f6f9d9 1.26 MB 2,169 3
899,152 899,152 0000000000000000000024861497acaa9e9fdb03c609c017724b95695ae1ba92 0.84 MB 901 3
899,151 899,151 00000000000000000000be32612e428f7bd78fc82f8ae70b326ba9526008a61c 0.94 MB 1,132 1
899,150 899,150 0000000000000000000067a3041e1ad5acace8aa530e3cebaf33329342f12261 1.61 MB 2,763 2
899,149 899,149 00000000000000000000e40e562bb28aaca3c49abd85fb6a8b58151ea7e0a76b 1.42 MB 1,132 3
899,148 899,148 000000000000000000002afe23edd7c6f20a8adf8097899cd4ab349c069c64ad 1.29 MB 1,417 3
899,147 899,147 00000000000000000000102a0e1c72fbcfcd70fbbe73ad97c1cb54e411bbaa43 1.33 MB 1,455 4
899,146 899,146 00000000000000000000fffe2d98769aeb0e3c21f3eb52d2eee45fa6b8587caf 1.72 MB 2,861 5
899,145 899,145 000000000000000000000efe9588c912054c6d6567f59f6188164b0957d2362b 1.60 MB 3,596 5
899,144 899,144 000000000000000000004668ab1357df56d28eee138375d67d2cf4eec414e501 1.55 MB 3,091 9
899,143 899,143 00000000000000000001475975923a728c2d506386a84d051bff59805b8d2f9a 1.25 MB 2,174 1
899,142 899,142 0000000000000000000102ee5377d8feb02dc0d3d74575ce335a2086d5a551ae 1.45 MB 2,954 4
899,141 899,141 00000000000000000001f65ffeaa59fbc984aa02f6631131da6b90d1aa3f64ab 1.46 MB 3,195 2
899,140 899,140 00000000000000000000f81436acc1446ff155179569f3ad0674f9f2e3569855 1.45 MB 2,445 4
899,139 899,139 00000000000000000000264e869284c9b3667c4488c5351d100384cc793112d4 1.32 MB 1,856 3
899,138 899,138 000000000000000000017c3dc2c6f901ea4e9cd7e42b989cc6e4c578e25e8c2f 1.39 MB 2,050 2
899,137 899,137 0000000000000000000005ce3775edb2d1d1b1a378711bc5b1f0787088fb1a27 1.52 MB 3,601 7
899,136 899,136 0000000000000000000016d5bfa06b46a4a24410084e7cf339ccca0a79883c81 0.71 MB 995 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.75 GB sent, 93.04 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.