Memory Pool Memory Pool Refreshing

270 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (761,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,486 146,486 0000000000000944f52dd8f028b508b4a6ad279a9437902305e01fddd720492e 0.00 MB 9 0
146,485 146,485 0000000000000134b57f7dd16b7cb305b81bb611152367ea10ea84c43b5a442d 0.01 MB 22 58
146,484 146,484 0000000000000825e81eefce14363d645031c51d988b9e46be95d9a81e6969e8 0.03 MB 91 30
146,483 146,483 00000000000006ee7f7c3a5268c3f6878764030c7fc113b219c63ce529aa3579 0.00 MB 15 57
146,482 146,482 0000000000000694aef893b0320fec0eec4ae984fd3b4a7867c37805b7853c14 0.01 MB 31 78
146,481 146,481 0000000000000856f7fffc3f96fc4da41a2334211a5fcf6aab8f6c70e6532172 0.01 MB 30 87
146,480 146,480 0000000000000781eabadbee22c923979e789ef3158e754aee77d006de0852b0 0.01 MB 36 22
146,479 146,479 00000000000009273105e28a806371b2cc35967ad03e1abeb05296cfe79b804e 0.01 MB 39 97
146,478 146,478 0000000000000738d24d97d373c0ac849afaae554dd17add952f23945807e702 0.00 MB 1 0
146,477 146,477 00000000000007b796a9ed55a6538eb3a7efcbf495a23ed536f02bd1995c0d85 0.00 MB 6 68
146,476 146,476 00000000000004b19a44a7dfbf16cb8c531aeb6969100c21fcab85aa90a6d427 0.01 MB 17 62
146,475 146,475 00000000000004dd8bae7a5241c0326a210d0e26f7494d66f2682ee08d7827ff 0.04 MB 75 342
146,474 146,474 00000000000006ce121ccd4a1a4792faa357968fe3720a5e3bd9f8a5ad7b97fc 0.01 MB 42 64
146,473 146,473 000000000000028a7bc1b50cbb48604726b255abdbece04a8d0a12df43ea74a7 0.05 MB 116 85
146,472 146,472 00000000000008094c4ab1eec0af203dacbe7ba3f5c4eff2a8ce7aaba9bdbfba 0.01 MB 19 37
146,471 146,471 000000000000072f66746ac042e82d55422b07431a19962d041ac2c20d12c652 0.01 MB 22 53
146,470 146,470 000000000000051ab56ca2a34bb294988c3efbd88dc226219c1223bb58ca8fe8 0.02 MB 47 306
146,469 146,469 000000000000098a66f5b2531d05f6ea7d09fbaa185ecf52e0fb708ab2c9ccda 0.04 MB 89 708
146,468 146,468 000000000000096a96fea5d549f3ccfa4f7fc6d2820a7b1e468ab38143f6fc1e 0.01 MB 18 44
146,467 146,467 000000000000007aa86ba93fdf78316151380aff5278feb92c20c319beb1d5dd 0.04 MB 59 46
146,466 146,466 0000000000000134f6b59b94562523edd5aa29bf3b8ac601ffd07cce25924b99 0.00 MB 7 38
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.