Memory Pool Memory Pool Refreshing

6,809 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (751,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,311 156,311 00000000000007d724b86cec5b5cfaf538584aff5163d20e4b41f6bcb753f059 0.05 MB 109 18
156,310 156,310 00000000000002ddffe1e07cfc84d7b8bb6e139e88a00800429bfa1e1648051f 0.02 MB 37 161
156,309 156,309 0000000000000eb689ddafa4d5fad0fa46d885457e1d36f81c4508da382ba251 0.03 MB 48 56
156,308 156,308 0000000000000782da74f242dee8afd6014429522d881628909fe1d9659a8502 0.00 MB 1 0
156,307 156,307 0000000000000909a63c49e209abb0dbfd5b9f3ff6365a6fc51a8d44da948631 0.04 MB 100 130
156,306 156,306 0000000000000b8b75a98603919c6f51a115b41a0c9363fc49b6da31eaa8eb6f 0.00 MB 1 0
156,305 156,305 00000000000005d1638e43fd891f423e111ea8156236ed4578c2964fc50803ea 0.06 MB 121 85
156,304 156,304 000000000000042c3c27e5733241377f9642311b95ad78d75a6c9dc21d910f2f 0.01 MB 55 0
156,303 156,303 000000000000067464e2fcf51f18391aecd1179e84cdddd861eb74fad55403d9 0.03 MB 51 101
156,302 156,302 0000000000000a7b583419389c4ea4e9f4ff380c8e6cd290f6019b41b7d7eed3 0.05 MB 120 113
156,301 156,301 000000000000070ffbddcbfa7822c4042ab1481d1121a919bef969e5fa2d8477 0.03 MB 94 68
156,300 156,300 0000000000000ef2f9b13157d3fe699e353769b245802524649dd127a2b22ad5 0.01 MB 21 150
156,299 156,299 0000000000000e7cce1cd40b4901f081e928413ba57d8a09353b2bd620982d8e 0.03 MB 102 38
156,298 156,298 0000000000000990a11db50ce2a89f2ea8cb608559a675a943fe5c7c731e1790 0.02 MB 51 129
156,297 156,297 0000000000000eeb55b71228189435de7ab388f9645662ce9327c5b66a78d432 0.00 MB 11 0
156,296 156,296 00000000000008deccdc77d29ac8d38b8a96f7aa9a5cfbe5988eea6f19a0cef3 0.03 MB 101 46
156,295 156,295 0000000000000cf210dee845edfb28be692a536cb091c1d31d311f7897de272a 0.01 MB 13 35
156,294 156,294 000000000000037475de32b3de6103c7a480d484bef22bce51022cf043aff91f 0.05 MB 155 18
156,293 156,293 0000000000000181b250d5a0b4a2c8f1084c02abf00f485155842689eb54a646 0.01 MB 14 228
156,292 156,292 0000000000000e0a92ffd792ed425e2180ce115935df24e75dacd34bee89ae35 0.01 MB 23 121
156,291 156,291 00000000000006ce133a9b81935d0855a4a548b0e966388a3c48284ce1e70c8e 0.03 MB 87 56
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.