Memory Pool Memory Pool Refreshing

4,130 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,886 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (745,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,095 162,095 0000000000000219fd91d3031f6fed3f71cc9979ec700363f1e4d957b35f419d 0.03 MB 70 203
162,094 162,094 000000000000096e856e2fbc4fa08bc19051417c5c8ad1c5cfee76e841778ed4 0.00 MB 1 0
162,093 162,093 0000000000000ce97d2ae15eb50c236022e17a004fa1989d00f0e22b849eb743 0.05 MB 146 65
162,092 162,092 0000000000000acfa27d88df59055065918317e8ff37a7e9ae7600a533487b0f 0.01 MB 23 289
162,091 162,091 00000000000003b4d8bdddf31f6b10303c8b6e8886284fc35d155ae6e28b2645 0.01 MB 25 167
162,090 162,090 0000000000000aa785e17e74a4bb6f87c5f7a0cd0d3bfcf0b40119ecfc729d50 0.00 MB 10 39
162,089 162,089 0000000000000aac69c7a8a9885496d47b83fd96ed3ba23e88a9919dd72ab4ac 0.05 MB 136 15
162,088 162,088 000000000000089339629c47cd842c5f74f36124946c7218c7675a8f608cc264 0.00 MB 9 134
162,087 162,087 0000000000000d67e00edd9eb1d3103a548d5d2cd069d7a323aab77b69b217cd 0.07 MB 189 117
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.