Memory Pool Memory Pool Refreshing

367 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 356 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (759,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,202 148,202 0000000000000647382eab0f5267ebbc850e25c9425cb9ed55b3bf3f742b52d0 0.01 MB 26 100
148,201 148,201 00000000000000fc1decfbaadb5f0c81847a2ba37fc09bfe6e7fc9428bc232f4 0.01 MB 10 16
148,200 148,200 00000000000003c33dedeaa37cfce91252304798ba6a68a7190dfb53305b6b48 0.03 MB 60 415
148,199 148,199 00000000000003f47bc203d5630f0dc59fbfecd7ccc4c10427b8494acbdd34a4 0.00 MB 11 371
148,198 148,198 000000000000095686e9e1644230cc80eb96484eddc7f23c788ce1472e2a4acb 0.04 MB 110 19
148,197 148,197 00000000000006c1c53cc38d2599bfae7f72b81035e11e4f158460c895039930 0.00 MB 1 0
148,196 148,196 000000000000019d0670c5a37e28a99767b440fc2b179af8bc0b2004c5f2b96a 0.03 MB 45 109
148,195 148,195 00000000000003c3fc7aa10ce0a1f72989c4e2c2ffbff7e2119f0ae9e58b80ad 0.01 MB 6 75
148,194 148,194 00000000000005c7c8553add40a39a60a8c77b92144b777e470969189b87d67f 0.01 MB 21 234
148,193 148,193 000000000000016c7d9213dd196c7e74034e4522b77e911a9116b10be94260dd 0.01 MB 25 27
148,192 148,192 000000000000068b1cc1cffa70d575f6f39f7bb6e6bf437a6cc2e3177acd2c2c 0.03 MB 47 204
148,191 148,191 00000000000009b7494693f3b3fb022e157e72064cf67fd8a7f1ed08e68b1274 0.02 MB 55 195
148,190 148,190 00000000000005ae4ce2ec13559bbf96a1c3b940b17283f33eea15b58073b5bb 0.00 MB 7 0
148,189 148,189 0000000000000577a86ad062b86ec4dfc42ab7c59122fd32f732936109d8beac 0.02 MB 40 291
148,188 148,188 00000000000005455cb8c6e3108b2e3fa1a798a91bda9b22a547eda68ad0cca1 0.02 MB 83 10
148,187 148,187 000000000000007e063c39f5e1f2a623bcfab16780933f94f97f7ccfc05c7fad 0.01 MB 24 174
148,186 148,186 0000000000000359c3fb43dbcabe7921397d931cc7e2e349650ffc276b6f8f1a 0.00 MB 9 331
148,185 148,185 000000000000062d03178265e0f617603ede7cd295cf1dfdfc3d15de453447f6 0.04 MB 73 203
148,184 148,184 00000000000008aef6654d6aceed9c55f8bd5e1a89d1590e8cd087c24b89324d 0.03 MB 43 500
148,183 148,183 000000000000090f62dec3e30043cb24f113ac51043714744a146cbe5c855cf6 0.04 MB 113 50
148,182 148,182 000000000000056842ef862061e43735ab0648db9ddcbc8b7388640686d33a5a 0.01 MB 29 91
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, 114 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.