Memory Pool Memory Pool Refreshing

1,288 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,272 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (754,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,117 153,117 00000000000003189248b33bfe5206dc09ba715966408a5c2f75255d1fe90c20 0.03 MB 87 21
153,116 153,116 00000000000007699d0809c5ead38b96cb1cf391668ebb1472971e7467898673 0.01 MB 34 96
153,115 153,115 000000000000074a4870a5dd41cf5583ca5d28927737f171bbdd9bfce0f959d1 0.01 MB 13 20
153,114 153,114 0000000000000ad0e5ebbbda0f141d89976858f3206d9ef0d0d4f9d39244d006 0.01 MB 36 50
153,113 153,113 00000000000006b1ea602718a54f9d21e4cf4a886da8417f4425b76aea95e57f 0.00 MB 3 0
153,112 153,112 00000000000008fa71d23450d7617483b24884998a61dad9777865d8496c7a0d 0.03 MB 108 46
153,111 153,111 00000000000006cb8265fa9b2a68750449cadc8980d1f7f49f5afc2a63e68702 0.01 MB 19 22
153,110 153,110 0000000000000b066419e78d242cea993ecc1593abbc1567a116bff2e7c615b8 0.03 MB 85 148
153,109 153,109 00000000000007cac1055417565df11dfdca1231048655d761c4db59175eb11d 0.05 MB 129 64
153,108 153,108 0000000000000da34f457356e3b86053ecfaa4048ac520d652ef80b9ea157175 0.00 MB 8 10
153,107 153,107 00000000000002747857f470757e0c1c4a85892587a7b81001ed8da19e4b5009 0.02 MB 39 16
153,106 153,106 0000000000000d5fa259b8325aa2c1a194b6549430677df8b1cdf5bab498a559 0.01 MB 15 90
153,105 153,105 00000000000002e8146915813cfc22cb12008618ce8ae5c3be17fed32f81f34f 0.01 MB 18 63
153,104 153,104 00000000000004dc2b4092005f6818e5207b4895f584206136653ed8045d0ddd 0.03 MB 82 82
153,103 153,103 000000000000010453dc3c878ce0e3f726bbb2cc0febea615af4cc3519a75af2 0.02 MB 52 148
153,102 153,102 0000000000000209c667c7eeffd385d9f449b04a4c7608fc8fb90d1e8cc79d35 0.01 MB 12 87
153,101 153,101 00000000000001b9146aaeac17e1eb174467d0c226fc2c149e42c91202d4f72b 0.00 MB 9 192
153,100 153,100 00000000000003bd82202e8e858b120c5c8ac4c02de4340e6511ee443d8028b9 0.00 MB 9 0
153,099 153,099 00000000000007ce7a8f87c7b8499d9ef6733b49511e01acd512f5c48589e1cd 0.03 MB 73 59
153,098 153,098 00000000000005d18784557e635cfe73f01f8028842d66392baab118b952789b 0.02 MB 40 66
153,097 153,097 0000000000000c32e3e5bc0bc981387ab239a685e5534755f990e9a615d4ec0a 0.01 MB 37 136
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.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.