Memory Pool Memory Pool Refreshing

864 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (742,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,741 165,741 00000000000008293e1b9a7b3e29893cb0bdd2de6f9e56cd11ecc595543fd68f 0.00 MB 7 0
165,740 165,740 00000000000000377b30169e764f80e6c29a4577d09ea88b372871050f491990 0.02 MB 52 79
165,739 165,739 0000000000000965738abadd84476160b1a17c53575a8cee6dd513f5a19f31df 0.03 MB 89 126
165,738 165,738 00000000000000d90d3c6b25c7cc57c6282f2d73657b6b3d1c913545215f85e4 0.00 MB 9 72
165,737 165,737 0000000000000b834e5fe2e21e820ecf047e7bcec08389e465f5a31dcd23f5de 0.03 MB 59 21
165,736 165,736 00000000000004c13b8a6b5e7339146ba6743e94a02e3bd84bbf621775f3097e 0.04 MB 91 108
165,735 165,735 00000000000009101f513dc61e3f2bbbd589a6c028eae503ae7a4655382ff04e 0.00 MB 13 290
165,734 165,734 00000000000002411f627d2ec74ff47690563cf4de16f17897148b9da9550f72 0.01 MB 20 15
165,733 165,733 0000000000000119837f40694c2eda98dfb9940ffe0dbec591955dd412b8558a 0.00 MB 10 12
165,732 165,732 0000000000000943869ff31bce0a383d02f4b762be361b3567e97608b5e0ff22 0.01 MB 31 118
165,731 165,731 00000000000009eb3b6b2aedff4d7b12fe9c65bfa25022e582a15884f85cade3 0.03 MB 78 183
165,730 165,730 00000000000004621fcf019c465d463c5ca9d3e54db2032958b228c80a2ee2f8 0.05 MB 145 164
165,729 165,729 000000000000054381459767548842232a3b25218620e0898ee6db5d5abc1549 0.01 MB 14 180
165,728 165,728 000000000000008d3e793ff69dcb35217d27a60b57a62de02ed6a44e78d67f24 0.01 MB 25 14
165,727 165,727 00000000000001e2abaa9123ef669c3b2e8557a5aa7e68f3c9db4902a594bfbc 0.01 MB 22 36
165,726 165,726 0000000000000231bdee3087bf4e4e0a0aeb16fc6e5cd7f7b805e730a34fd3ac 0.03 MB 53 94
165,725 165,725 000000000000018509b28ae97bb7116926cae970854203d1d36fd89531cfa26f 0.02 MB 62 80
165,724 165,724 000000000000068b5f3996320ed553235b74e158f8e5ed5f2d9778c71422385e 0.01 MB 35 118
165,723 165,723 000000000000074c816b8d541f74dd1326767f44ef9fed08f92ec498c373d815 0.04 MB 129 0
165,722 165,722 0000000000000653ce4568bef62dbc8a294ba72aaa60e338509743ad812200d4 0.00 MB 9 33
165,721 165,721 0000000000000946ef4f3d0b7f44e66f6102c1f46a353ecbd599214cd7462c17 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.47 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,646.26 GB sent, 95.29 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.