Memory Pool Memory Pool Refreshing

19,727 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,630 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (604,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,401 303,401 00000000000000005b0674446650b7e5882db6fa2027ff34d931c9bc48ef3701 0.53 MB 878 29
303,400 303,400 00000000000000004f4a1e4174d8c9d12f548cb8d6f2619835cdc958a660b5d6 0.04 MB 85 28
303,399 303,399 000000000000000020c7b8f25861e21daa5246c3591afeb26394d566af1ff768 0.08 MB 161 35
303,398 303,398 00000000000000000753ce67689fa12ecef57bdc80d73e9a4d5a1dd8968194dd 0.13 MB 240 31
303,397 303,397 00000000000000006497bfdf17f06bcacc603151c8d7ccca5c9e68e19ef29fc8 0.14 MB 289 37
303,396 303,396 0000000000000000582c4e96ea90a70b5c9b62e8706ad3b55fc5351db2c205f9 0.12 MB 85 14
303,395 303,395 00000000000000000c504d03ba07e5efebdf14a6984783d4db4cac1fd0df4a17 0.90 MB 724 21
303,394 303,394 000000000000000037a7960d52986535b754d2bd6d06aa821333ff10de695d08 0.35 MB 662 30
303,393 303,393 0000000000000000134a3bf940f6fd9feebb5fa238a81055127ede72a4b4ef92 0.35 MB 1,041 42
303,392 303,392 000000000000000021c1b27d210c63851c62ea2f1377dd088b9e202eba8bd164 0.35 MB 735 32
303,391 303,391 000000000000000034c5215372ef4bcaca163dee81f8f1294fed43cdd30a1c6a 0.25 MB 877 141
303,390 303,390 000000000000000048293887b065ed154fc777d3a7667b653487bb3206cbe416 0.02 MB 31 14
303,389 303,389 00000000000000003361957a69785e9080de5d504487d2e8b88373c6b2d9f9b7 0.04 MB 70 34
303,388 303,388 00000000000000004ed0ff7831f846d6c18dc9ab6f09dc34b86983362b08a627 0.05 MB 83 29
303,387 303,387 00000000000000000af74c14cd1696711765c4f2812bab69e1ca1716d7c505fd 0.06 MB 112 30
303,386 303,386 0000000000000000100c3b847b84790ace7b14b993071e38ad9f8f0cf38e47fd 0.21 MB 404 33
303,385 303,385 00000000000000001272246929f8b04aec9e96d21079b9775f8ec5dd7d30a6f2 0.05 MB 92 32
303,384 303,384 0000000000000000499d9fac98c954f4ad7281ad685ed648cd08280c2541d54d 0.06 MB 93 25
303,383 303,383 00000000000000001c9f9a49ceab22900973d67bce831c4edad8349575485b75 0.05 MB 95 25
303,382 303,382 00000000000000000a43568257c4d3913874b7d3c07dcd7ac63a43ce7e60b226 0.47 MB 686 27
303,381 303,381 000000000000000030b0cf400546cc2977f784d0ffb436f7c40995ec3658565b 0.01 MB 23 24
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.