Memory Pool Memory Pool Refreshing

3,159 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,101 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 3,158 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (841,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,269 66,269 0000000001fc4cadde6fdf3046057a9efe79461feed35aa1c2744a5375b79409 0.00 MB 1 0
66,268 66,268 0000000007096c0bde049f768ca6aa383e66d4007a84cdcbae63b6507e2e0a42 0.00 MB 3 0
66,267 66,267 00000000086928d40fe6da5b86b219a02db46d615ce5bde31396ec62ba820836 0.00 MB 10 0
66,266 66,266 00000000025bb0b7a4392ebf846acb1dce145f8252118457ed40b41f797a73a6 0.00 MB 1 0
66,265 66,265 000000000ac5f7305c126f169bfa0daac433bb0f48383488e73761a6d3c64a06 0.00 MB 1 0
66,264 66,264 00000000024de356c754fcdc5490e400138debe1d0db4d3c9ec9082e31c9d971 0.00 MB 2 0
66,263 66,263 0000000006aeaa3ed3d4dbc8b51e84abb162d76cd7774e62db71ef5301ba767b 0.00 MB 3 0
66,262 66,262 000000000a94506fd73453b99ad228d8d31a9d2524463df32ad07597eab9f1dc 0.00 MB 1 0
66,261 66,261 0000000001d9e16fb096f511d6e82ef5353040e459e0d456995fa31f50867234 0.00 MB 1 0
66,260 66,260 00000000097573f8e65968d94887bbbad8c0765a14e501e2e1971c18b763b9a9 0.00 MB 2 0
66,259 66,259 0000000000965a0921cb54c622c93820afee898b9252c8df79105c2d4572b1c0 0.00 MB 3 0
66,258 66,258 000000000926c3a14670ec7234af345bc3a19070a9a7cbc83d9eacf49e94f00f 0.00 MB 2 0
66,257 66,257 0000000005348d1644f4e92e68bc82067f6f1cba1820e96f3732dc214df958ec 0.00 MB 3 0
66,256 66,256 00000000095528b094b0a170d9351d6cda8f40fb409cbb0dec6c0db2a1b875c1 0.00 MB 5 0
66,255 66,255 000000000743492d01521e586819f99f2a91ea31c184e2f05e05d14f51dc2d3c 0.00 MB 3 0
66,254 66,254 0000000007f47b5383a6421d1dc6e5d9e77535a3b469e6446f5c16d1ffc9def2 0.00 MB 1 0
66,253 66,253 00000000065cf40bab52deaf4d9963d7b345f8830c65d1b49fd4cd9125aab356 0.00 MB 4 0
66,252 66,252 0000000008881bfad9be57cf177f03f4532a8ca17eb5c0bd5800e3a547490322 0.00 MB 2 0
66,251 66,251 0000000006378cddf9f7693b0fc707bc8dbab6f695d13e13cc7a2084c2cbef34 0.00 MB 1 0
66,250 66,250 00000000018f8cd96b4e70f78da0f2f41a4ae3af73fb2ef4b9f99cb360eeeb12 0.00 MB 2 0
66,249 66,249 0000000000ead5d8f182123e7fedb11e72ae6dc5fe8a682587ae48cbd31fe814 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.06 GB sent, 96.56 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.