Memory Pool Memory Pool Refreshing

3,135 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 3,123 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (745,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,086 162,086 000000000000067a4e454dec2a48c3a312d054e8374f7c1d59620507c4bd51a0 0.05 MB 52 1,222
162,085 162,085 0000000000000d452a0b45cb8da708524f2c0991dac513c3e0202dffacb53740 0.01 MB 32 183
162,084 162,084 00000000000004bffbab40b456b696ab01b355210c158aa800404bab0f41a44a 0.05 MB 80 63
162,083 162,083 00000000000009d4d104bc983be00b5f1740df7f35db03d2f13281265511748d 0.01 MB 27 565
162,082 162,082 000000000000017c091d71484eb7bfcbf03a99227cc6fdca02a8f6c0f84ef5e9 0.02 MB 66 0
162,081 162,081 00000000000007f9aad798e54a4b403f1d377549918e21d95f40212dd15b96a0 0.01 MB 28 68
162,080 162,080 0000000000000726ebc6b42d8af32460339faa6fb75d10bd38c6c858c5445bba 0.02 MB 58 30
162,079 162,079 00000000000000471dc55c9379e07703304910532ec5724984b4111c64d46c42 0.05 MB 24 50
162,078 162,078 000000000000047618b7c837b48d8648b75999e398428c9369f3ed7b9458cbdb 0.00 MB 5 164
162,077 162,077 0000000000000993a696fe37f8395eb0a18138f8a3bbd5ad357d2546f25d0d7c 0.00 MB 10 17
162,076 162,076 000000000000089d11761c43406af334ba2ca1947b4218c3b179c3a8fe9dfcb5 0.02 MB 37 77
162,075 162,075 000000000000097fc6bfdc0d89059ffac8a20e614f7366bcfe2177fed85c6113 0.05 MB 74 98
162,074 162,074 00000000000002ff10268662360c4e0d0ec9179d0058affe2b3078347326ffa5 0.02 MB 56 62
162,073 162,073 00000000000007edb7bcb29fd79c9b29c1966b422dedd09d40198a65d2cd1b74 0.04 MB 71 286
162,072 162,072 00000000000001fb1d9599303c295658622b9d9e6e88f0fafed5639040bf5489 0.02 MB 35 1,995
162,071 162,071 0000000000000c1a320b1e578719e5e3d3c8bce3d5206ae034d4b459814ad516 0.01 MB 31 147
162,070 162,070 0000000000000273f01acced8b79f559c5f28dff3efcdfc5c118891a5ac52b52 0.01 MB 29 307
162,069 162,069 000000000000046be58d7d7044debb639ea9792050dd8f55159f25acc163a930 0.02 MB 57 44
162,068 162,068 00000000000007e6f24869d8e9cfb59ff1977fe161e32cc3009f0b3565059db0 0.02 MB 40 17,328
162,067 162,067 0000000000000337cc07ab8acb8e91e1d116baef6ab6428a95e75d7cfb4702f6 0.00 MB 12 107
162,066 162,066 00000000000001e7ee1f882fd6b4a651954771b878514e599993642babc9dad8 0.00 MB 9 342
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: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.93 GB sent, 92.85 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.