Memory Pool Memory Pool Refreshing

83,002 transactions
32.84 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,135 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,470 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,134 (681,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,444 163,444 0000000000000829ac59a68cccc39ec61c0ed7e0a9647905e7c515f713e184ff 0.00 MB 8 12
163,443 163,443 000000000000087b8b0a2cae72a119b372e1b8944d921e23df26bbdce6f23bdc 0.02 MB 63 100
163,442 163,442 00000000000006e5f510472baed008aebf3557c251c50fec5353b219becd9d03 0.01 MB 35 0
163,441 163,441 0000000000000644dcff8f3cf2b99a051c4a7019ebb2737529feb8bfb1345a05 0.00 MB 1 0
163,440 163,440 000000000000033230d4a60a729f80e3841d37d6c3bc220fce195f24a49346e8 0.02 MB 41 367
163,439 163,439 0000000000000a3bad2e2179bf22575056af2600adeb29edf304977845f3237a 0.00 MB 1 0
163,438 163,438 000000000000098bb4956ed1cbff8a74bf29a8c931ba73c49bb67919567b3aaf 0.01 MB 16 246
163,437 163,437 00000000000006923befda1a8f7e141b59db19266ea6559910ced5927b1b82de 0.02 MB 64 104
163,436 163,436 0000000000000ba9b6952972013fd93d5f0edcd233daf38ee632420f1abd5c3a 0.00 MB 6 69
163,435 163,435 0000000000000664918ad7c4e20a374916fb761ae3f52d9490fe2ea80af93f5f 0.04 MB 116 13
163,434 163,434 00000000000009d5594ee05e5566095b31c8f4339f378a610f7bf8cd186ac81b 0.04 MB 58 215
163,433 163,433 0000000000000ac720f9373d1dcd00ad353c79ff49908a930b42681bbd92e1cd 0.00 MB 4 32
163,432 163,432 00000000000002ac85aab6e7236e42639815227d0d7d5a4592004d2a11354460 0.00 MB 11 17
163,431 163,431 000000000000036b983116b81b5beb27b5f42ce71de7c144766fa4a6b65047fd 0.00 MB 8 46
163,430 163,430 0000000000000966ff13bf5b3f98dd4c147530e613ee9dd21b194bfdbd9c3058 0.01 MB 21 165
163,429 163,429 00000000000002169f8d6978e0ca12b049193b1e188f239caaba0a694287d98c 0.03 MB 61 176
163,428 163,428 0000000000000367309118142788c05633f6c7733a2aac6c4342f377d0916f40 0.00 MB 2 0
163,427 163,427 00000000000007b1b85332540a7f3226cc7c1f99b19d3cea6a941bb654ae2290 0.00 MB 11 66
163,426 163,426 00000000000007c261267a729dec38b1e8ad405c959a38e0d32d7a935a1893d4 0.00 MB 10 587
163,425 163,425 000000000000014ba1e24e92456c6a6a54d9ab26dcebf59be85c9c285cd1a4c0 0.02 MB 45 19
163,424 163,424 00000000000008038f3e8ab6f3e64af5f6de83af1585606ba12ac83d67ab46d6 0.01 MB 37 93
Previous 10 blocks ↓
Total Size: 652.65 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,280.56 GB sent, 76.21 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.