Memory Pool Memory Pool Refreshing

2,499 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (725,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,356 182,356 000000000000017ac730a9deb1a87f5f3d9cc452fba01e057c72147182254ee9 0.05 MB 141 324
182,355 182,355 0000000000000001174d60c85c88625d059d19f5e15dd12888977675a5a64978 0.06 MB 139 211
182,354 182,354 00000000000001e27450d658b798cc74c24773fa4f11d6b3dd68073c87a96e3e 0.05 MB 153 50
182,353 182,353 0000000000000849ce23f6352a51db19c02d614d882f51365ca7b2ee1c6b7265 0.00 MB 13 14
182,352 182,352 000000000000083fcd46f8181cf954dfc0e17b42a8f3ffbe89091829a2519130 0.13 MB 299 108
182,351 182,351 00000000000004e9907812d38350bcf92920e5144cc87cf2ee79ea12e9a5a807 0.00 MB 10 299
182,350 182,350 000000000000065d4b7cbc62be8a4ec8ec22b7130c539ecefd92960666a34b79 0.12 MB 308 112
182,349 182,349 000000000000003f204bbffd20f6b259f450402fa3492f2ac88b728b16dd2257 0.04 MB 105 181
182,348 182,348 000000000000074413501b189bb8aba146e2490fe15df6582b920e23a950abc0 0.01 MB 16 103
182,347 182,347 00000000000005aa299a4292f3e88ad55e64e97611245123ee0b71e17c6b0988 0.02 MB 53 161
182,346 182,346 00000000000003f4d002b5b147aaf1a4c773006b85ae146d509686d5284fdf5e 0.00 MB 3 0
182,345 182,345 00000000000001f45eb8d0ee77013edd03806e0db5563b249ac1e0bd269e779b 0.06 MB 93 112
182,344 182,344 00000000000004ecb1e9a1a0f7618bdabb6fcf66194c67076849ae95bf090048 0.04 MB 135 19
182,343 182,343 000000000000059d8a205c0cc34fec55e590b0fcf45a843b894f20d217eb6326 0.11 MB 267 127
182,342 182,342 00000000000002f90688bcdb1cac3e055992bcff7f30baeaf6647e72ebda8b7c 0.04 MB 119 138
182,341 182,341 00000000000005bfbe1e4d0f4d06ccfe1c0728a55a960d679b57a59a9f56aeea 0.00 MB 13 0
182,340 182,340 00000000000006442e5a90d630147e38bd67658c94b66324dfb3624481a688c7 0.03 MB 55 75
182,339 182,339 00000000000004dbba7405b49d472c13dbdc0159d1efc902f7747090a51b217b 0.08 MB 179 107
182,338 182,338 0000000000000339f2f58437b2e9a3c818d8680ac788e8cfbaedb4f5e0c820c6 0.08 MB 148 103
182,337 182,337 0000000000000258e6db15d8421f7c4a26e500903d2d5a6a8864d01979f4b5d0 0.01 MB 56 71
182,336 182,336 00000000000000620e82e8d31c120a107109c03c67fc48042d686c948f040c83 0.08 MB 162 97
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.