Memory Pool Memory Pool Refreshing

9,712 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (725,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,312 182,312 00000000000003038690d2efee3c7d1d1b75350b23993c9f0e7870590c1ae553 0.05 MB 115 106
182,311 182,311 00000000000008fba2217b5420537e72f49b9798399f96c2cc7e6cd6c5a9eae7 0.00 MB 11 118
182,310 182,310 00000000000003eafd4f568a804c62cf75a6e5a2cc0ce61f4085a690783ec0e1 0.05 MB 141 94
182,309 182,309 00000000000009aa52ab72aa9c1960e240505dbdc985c48b868ce4f3dfe63f67 0.17 MB 403 192
182,308 182,308 00000000000001a7b9c8caa66cf03802de124f0a06bd7160ebe61225b191a692 0.07 MB 185 117
182,307 182,307 00000000000009a57a6d1e76511a79bbec407189952a4f8deee728001eb67a1a 0.10 MB 249 113
182,306 182,306 00000000000002b17186ca67590779fa5ed8496840de26063fd319442d2b01eb 0.03 MB 15 820
182,305 182,305 00000000000008e4dcfdd3de37caee010736833d2f6e811ae90a39d90153564a 0.01 MB 25 57
182,304 182,304 0000000000000952b81f8c77229228380c67bbf4d802e7f1d7631bc579ec2e85 0.05 MB 76 86
182,303 182,303 00000000000009487c923ef3fef6901e65dfa9219298020d2a57ea24e0d2c3ae 0.00 MB 10 0
182,302 182,302 0000000000000a29759b62cc2d8248571ae7c0d64c5e6c239d8965259dda041b 0.04 MB 109 94
182,301 182,301 0000000000000a78c419dcb1957779b2c55a76cd7f5ae5d8a634fbf39ac55f85 0.11 MB 197 100
182,300 182,300 00000000000009e8eacd80741d460ffc4c3fb488d6977dd703e55b4eb518d4e6 0.00 MB 10 29
182,299 182,299 00000000000002eb014349fee27b614823fe1a54bc95bf284d829a282402a42a 0.05 MB 114 53
182,298 182,298 000000000000006df5a4e524b3dd47cbf01cc1c588ee28bbc772aeb6a2b4c750 0.20 MB 516 139
182,297 182,297 000000000000012b845f771b74b9411ffbf350d3afe349e26fa1aaaaeac60a8e 0.00 MB 9 322
182,296 182,296 00000000000003a4d37394e3ab407ff025c9dd1d0011622630499ef65ef8b94f 0.00 MB 12 34
182,295 182,295 0000000000000469e33ea2b6948bcfc1c7fa62ee11be44de6700eb4aaed902e5 0.08 MB 146 95
182,294 182,294 00000000000008cca78d5c77b9cbc4fdc968218aa661bdd0d94103b5739a3b87 0.12 MB 256 82
182,293 182,293 000000000000078a93f34a23cf0001a2ee5fdf21132851440dd337477536240e 0.12 MB 286 192
182,292 182,292 0000000000000825b67df944a446bc78ab36e3699396bf4a75097baf7affee5f 0.05 MB 123 126
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.