Memory Pool Memory Pool Refreshing

855 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (778,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,591 129,591 00000000000004ef87e0f6aef429e75550e55624733db26deae2aa4cf693f331 0.01 MB 12 1,233
129,590 129,590 0000000000000e39b5305228960787060bf90f033dd61ad5e769749c34d48446 0.01 MB 19 1,619
129,589 129,589 0000000000000ac13035c78c87e4dfc353c518beb9a5d6651d83203185b67c94 0.05 MB 136 526
129,588 129,588 00000000000016d9e338f04f3361038e4b8a387ddb1a492e83de5fefca6cb6c1 0.00 MB 1 0
129,587 129,587 0000000000000eecbbacdae565b85a8aa8ce6b57fc1eb154696f498fd52dc122 0.04 MB 86 900
129,586 129,586 00000000000010b9833aa0093269f4627ec34815ff80c740e7528efb788e1f54 0.05 MB 76 1,063
129,585 129,585 0000000000001839c39ceb5dcd090c1649eba29843ac86e6a9d12a57860d7719 0.03 MB 71 50
129,584 129,584 00000000000006a8fc85e94fdc2b8a4013683bcd4a52cc84d08e7d685feebd60 0.05 MB 102 1,276
129,583 129,583 0000000000001b75e05a82d774b0e3a821676d9f33e519b7a365395843669bb1 0.02 MB 49 885
129,582 129,582 00000000000003bbafce9288998bc1575e29189bb469f2bfab1c37b48f509279 0.01 MB 27 1,271
129,581 129,581 00000000000005fff796241037c8922ed84409cf8dd92be457ddf4bf0c13793e 0.05 MB 152 487
129,580 129,580 0000000000001bd3622c349d340c1cff3c541b6ea813828a3ec05082f0ff4d49 0.05 MB 130 204
129,579 129,579 000000000000084edd35c67dae14105cca537d1e125d935077db96ff30a2c7f9 0.03 MB 64 1,715
129,578 129,578 000000000000116123904a907f9c0b725978a8887c0cbf137a3e294c19436a85 0.05 MB 133 798
129,577 129,577 0000000000000d92b326f74f105c339d0a3f2c0471280c19ca1604149146206b 0.01 MB 26 1,128
129,576 129,576 00000000000015ec6c43b6c8643dfa7ad04a104ffa1b807deff68b71f9c954cd 0.02 MB 71 2,096
129,575 129,575 00000000000016a9c271b4d67c9b32a80035328c55e78a85b295f7f9393f7f04 0.03 MB 74 970
129,574 129,574 0000000000001823d5cf7ee3895bf7a9677e1bccf4069ad184dbe5371308ddcd 0.04 MB 62 921
129,573 129,573 00000000000019a789a3c72668c5560b7adc66da7ef7d6d1d9f06db7f272ab29 0.01 MB 29 1,213
129,572 129,572 0000000000000bc893d69df77327b6dd882e518c89eade157b8728aff76ee3bc 0.01 MB 33 1,412
129,571 129,571 0000000000001c864a706f2ed9009b5a79d12f2d7548e83fc4b7b1a8a0f6fb42 0.01 MB 26 1,228
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.