Memory Pool Memory Pool Refreshing

9,742 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (754,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,122 153,122 0000000000000c04c379a283724501e63f2f18d6375fb12ddccb1643ca00ffba 0.01 MB 20 80
153,121 153,121 00000000000001fb3d9e8aa2f64336da10e5597341fc95b60c6f5caec7d601fc 0.00 MB 7 444
153,120 153,120 00000000000003178b751ca9c99fe5237cb4a279ff9583c01ed7ba30d3cd2978 0.01 MB 28 96
153,119 153,119 0000000000000c347b2cf46390f9eacc02732e97eef970ea76e9cee372a07127 0.02 MB 51 121
153,118 153,118 0000000000000ae7b593addb544b23f967afeadcaf64895c7b91034e12df59e5 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.