Memory Pool Memory Pool Refreshing

73,135 transactions
31.90 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,476 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,173 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,475 (347,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,451 502,451 0000000000000000008e7f832e771eea82c9cdd60613173c7c09aeecd8d30635 1.12 MB 1,079 287
502,450 502,450 0000000000000000004ce4315a609ae887e9c1f4e5340efd90ca2aa353543405 1.09 MB 1,237 438
502,449 502,449 0000000000000000008f9734accbbb81d6ed5048b1e437a839a33a79f1408bb8 1.05 MB 2,953 547
502,448 502,448 00000000000000000077800c0c97ba9d8a41dac677d49b909bea3c9ea326c911 1.00 MB 2,077 320
502,447 502,447 0000000000000000002eefbad3644051cae392a8f6245f33c4a64196283de227 1.00 MB 2,501 404
502,446 502,446 0000000000000000001fae72600f08ea73b13b350b3e3880fccd40e18340cf73 1.07 MB 3,316 528
502,445 502,445 0000000000000000008da2b3ccae6a68f876ae01751c433c67ba8f383b3ab10e 1.05 MB 3,328 556
502,444 502,444 00000000000000000032b34bd0d2a95ab1c66477832001bb3aac3e09e4a0e72e 1.06 MB 3,365 544
502,443 502,443 0000000000000000007a0eccc5367813f8bbf1ecc7b61135ec5bacd04ca933e6 1.09 MB 2,713 455
502,442 502,442 00000000000000000043f2392131e59bb4a07a706b6e894a712008dda97c7e8e 1.13 MB 2,881 476
502,441 502,441 0000000000000000007c0c9d08c53fb68c2471f166fa9c3d4227560a018e9512 1.02 MB 3,255 495
502,440 502,440 0000000000000000000028b82bc527078b4dfc3fdd0558868da32dbd6112c3aa 1.07 MB 2,219 655
502,439 502,439 00000000000000000065b3edb378a68a6d59eacf2ed467c9c8d6b833934e960e 1.11 MB 2,986 668
502,438 502,438 0000000000000000002623377fbf4f22f0c218e2428de96f501874b74a042e24 1.04 MB 3,313 508
502,437 502,437 000000000000000000069d522d2b1ddacd15028b8a94d8b5ae3d579d0bf318c4 1.03 MB 2,350 392
502,436 502,436 000000000000000000204f5f4a4e0295bacfc7435e8b25218c3bbb2847f8e02f 1.04 MB 2,240 329
502,435 502,435 0000000000000000000cc801855001ab9b8c54fbaab2b3aac4ce8ce2441fc0c0 1.05 MB 2,570 396
502,434 502,434 00000000000000000039f42012eee84d0ec3f6556ab46d409fca8c2120069ef3 1.04 MB 2,718 414
502,433 502,433 0000000000000000007b3c1d26743c260d2b4e9dc894a2fe657c7be43b0e7eb7 1.05 MB 3,475 545
502,432 502,432 00000000000000000028286631bcc6a98f71189e2c4eb1940933f6ea1aa33b00 1.03 MB 3,443 522
502,431 502,431 00000000000000000025cc20e0ea6f245028af6bdcba1c6607f0c6981da6ffc2 1.06 MB 2,930 512
Previous 10 blocks ↓
Total Size: 660.51 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 403.51 GB sent, 1.83 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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