Memory Pool Memory Pool Refreshing

34,415 transactions
45.52 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
841,936 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,326 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,935 (407,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,779 434,779 000000000000000003559fd5d9e91550a2b50a5997aa37041f57bc9c7258ecbc 0.99 MB 1,622 58
434,778 434,778 0000000000000000025b2bb0dc68d4db09efe526856c40f1346fde2d4dd57eb9 0.02 MB 44 55
434,777 434,777 000000000000000001639d12ba419367bf2c81e49438a764c6fa8d5fde01c805 1.00 MB 905 33
434,776 434,776 000000000000000004212e802cb7c9407bfc7467ce44613048a7097602e77169 1.00 MB 1,616 78
434,775 434,775 000000000000000001a610a6303c3ea3044eb6e8277fab6eeea1a3035316f48e 1.00 MB 2,275 68
434,774 434,774 000000000000000000a726d3f86af6b753bb6d1a26a08e3b89980be6f4b927e9 0.73 MB 1,122 51
434,773 434,773 00000000000000000345bab6f8f36369ecc9c3bd5a035af85c5559f8f208e21b 1.00 MB 786 21
434,772 434,772 000000000000000000cb3c6eded9160cad91ada974e77d34c8235975fc2feded 1.00 MB 259 10
434,771 434,771 00000000000000000246076b18eec5b0af7bcf1ecd02161a34235a6602aa4159 1.00 MB 700 21
434,770 434,770 000000000000000003268d6b23fda752fc863cb2e46d371a0891047a7076367f 0.28 MB 500 70
434,769 434,769 00000000000000000352e3991cf5cdb63e9374bcf1aa4e4b26292ede5f6992f3 1.00 MB 988 29
434,768 434,768 000000000000000001e499f3ec8d2e8fb6d5221582fb84ad1b674ed231801186 1.00 MB 1,550 41
434,767 434,767 000000000000000004387f498540ce81bcd910aa290582a2e9f7e234be8d4a10 1.00 MB 2,476 74
434,766 434,766 000000000000000001e50ed7ba9de31ca9c579fad10c861fa86b65155829ec62 1.00 MB 1,168 35
434,765 434,765 00000000000000000283db0149258ca5d08db035ece4e0caecd85d3bae2b1f30 0.04 MB 109 62
434,764 434,764 000000000000000001c9dd472aafbe439f2fca6e22d97114bfe24db0a1ae5f64 1.00 MB 1,309 30
434,763 434,763 000000000000000001090c0f50d990418b4e477324df51421cff247ba02fa021 1.00 MB 1,431 27
434,762 434,762 000000000000000003fb79600b7d749364569141d26807f6a602594790a1bacb 1.00 MB 2,047 56
434,761 434,761 000000000000000003fbf9597a390b386c8fafda4f0dfe1d1d3e9bd7552f4b17 1.00 MB 2,081 67
434,760 434,760 000000000000000003a79e4a247b49ae5430a8962480a0decd3b8a982aa8aea1 1.00 MB 1,851 37
434,759 434,759 00000000000000000399ae1167388b36c4da77f20b08fd02a923b209e32f50ee 1.00 MB 2,634 72
Previous 10 blocks ↓
Total Size: 646.64 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: 8,380.06 GB sent, 39.06 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.