Memory Pool Memory Pool Refreshing

6,232 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (735,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,138 172,138 00000000000004d853b7e8cadf5f66c040a46a6385b5ae3ad06de5519b7a90ce 0.00 MB 1 0
172,137 172,137 000000000000008af776f78410d16debecb172c99c0271510a57471f3cfe332d 0.02 MB 33 11
172,136 172,136 00000000000009f54aa5334ea8b6baa55fc700d711a15e81ed802670ca6d7866 0.03 MB 57 23
172,135 172,135 0000000000000746e4e3b36f593b2ec80c9eb7d4415a614f5a82416b0717fa49 0.05 MB 52 92
172,134 172,134 00000000000001616e4f754385bfa1f6ab7313b1110d041a3a18df8304445013 0.02 MB 37 23
172,133 172,133 00000000000007dc22a14226e6421aaedfe8be9a1ed32a26d8d6cca1229cb763 0.04 MB 52 94
172,132 172,132 00000000000004340759303f4540ec587395132913364894642e53e50ae2bc79 0.01 MB 41 247
172,131 172,131 000000000000086fecadf86a33172aafc22fc91a3c41903a627d4098646e8f02 0.01 MB 30 38
172,130 172,130 00000000000003feea88e4801b454e9360f8e516dc41056623e24422ec31a942 0.03 MB 69 17
172,129 172,129 000000000000027b7795e2610b92d55cb9330d64488099ec6c70c5831c467dfe 0.00 MB 1 0
172,128 172,128 000000000000018e70ede407ce4d0105ceff6bed55910c3b88c3635e7e446159 0.04 MB 83 44
172,127 172,127 000000000000049fa19b62a3ebf2140ea34003c5ad5e647eb3397d2897ac5e5e 0.02 MB 22 727
172,126 172,126 0000000000000588879f1edc3d487ce69622aeafbacddb1b18da03f235676cd7 0.02 MB 89 6
172,125 172,125 000000000000076afc42e36d245ffa25de170ad13bcfdb088182f3be68977547 0.01 MB 21 34
172,124 172,124 00000000000000db614bdb6c2da4b509b41b552ca14a5c514372a599bb943ab5 0.03 MB 50 50
172,123 172,123 00000000000009bae5bf3d8fd88c8ac58c2fe03f9393bf8147e39e65f6e0214f 0.06 MB 83 69
172,122 172,122 0000000000000863d08e9fb074952df029ea51ff60f121a5abd325159f0b2362 0.02 MB 50 95
172,121 172,121 00000000000007f7ddb31671ccdb640544fbbb0d60c67e8c9c252290354e85cd 0.00 MB 1 0
172,120 172,120 0000000000000aa50099460273f369c2f93fc1b5ae04d6cc92d69dc78d7c0e1b 0.04 MB 77 112
172,119 172,119 0000000000000aac18302570f2692668ba068c43321d9af9745fa35c9e962cbf 0.00 MB 11 49
172,118 172,118 0000000000000831b75cc216db056f137d1caa2842626bbd34000c27f916699b 0.00 MB 15 28
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.