Memory Pool Memory Pool Refreshing

31,073 transactions
35.62 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,016 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,323 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,015 (371,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,410 472,410 000000000000000001019900c784573b965565d64f558d30fe2a86ee6d558873 1.00 MB 2,143 309
472,409 472,409 0000000000000000009f5952296de0789db6223707aa9c10e699b5aa904a5125 1.00 MB 2,386 360
472,408 472,408 000000000000000000b2b56a14b3f37c4e1087627581ec17c8aed0160609e092 1.00 MB 2,400 364
472,407 472,407 0000000000000000014d5a1aa1e059aa6db08519b3bf051f02b4f1a9659d95fe 1.00 MB 2,164 369
472,406 472,406 0000000000000000006ba70ce7fa96bf409c89b93e0b49de32c04367771f2fa4 1.00 MB 2,410 361
472,405 472,405 000000000000000001346acef5600382b7ab794295938226e9a8f73ff8a75222 1.00 MB 1,857 309
472,404 472,404 0000000000000000000d1843e665d70a838d5eddf6229c4c1df69b68654858e7 1.00 MB 2,358 314
472,403 472,403 0000000000000000001c43677ae1b2e11fff7f006a9a803ffaad55645218f303 0.99 MB 2,651 330
472,402 472,402 0000000000000000005e7114dde4d1b0d329119d651f979f0af687ced85ef2eb 1.00 MB 2,461 371
472,401 472,401 000000000000000000610cef5ea643886cd79936207d6a3a9eaffc24c12f03f8 1.00 MB 2,121 412
472,400 472,400 0000000000000000005e9c72e6f58854ae6744d748b0e173f7124f91488b2e4a 1.00 MB 2,073 362
472,399 472,399 00000000000000000147b1f15209b7aa95e66b112e6f3b44a740a62574424fd6 1.00 MB 2,103 319
472,398 472,398 0000000000000000002edfeead192fe26397fd62996e7a86d2d544e30048680b 1.00 MB 2,247 420
472,397 472,397 0000000000000000003203c68441fc29825eb4beaf446c4b16b484a6a04269f1 1.00 MB 2,045 432
472,396 472,396 00000000000000000046e8103d722215f5fad8927a951b94585cef7c50ade48f 1.00 MB 2,506 331
472,395 472,395 00000000000000000011a17dbe9c60f42b2f9fbc517199482fb5c800bf3e23f3 1.00 MB 1,940 360
472,394 472,394 0000000000000000012f8f50495871012e760597e77e8474d1123510ddecce1f 1.00 MB 2,286 424
472,393 472,393 0000000000000000003cdcd3a54bb8913752f2378b60a627eb133fd2c5bb6abc 1.00 MB 2,325 446
472,392 472,392 0000000000000000015d9adf7f3aaffe01b9eeae0e6a6e95adc2c6ad06355bfd 1.00 MB 1,583 402
472,391 472,391 0000000000000000014228823553852a90563fe84da5f0a5aa4832e85f68b1b5 1.00 MB 2,072 420
472,390 472,390 00000000000000000082cae9f9b445465241f716326eac3f6d024c2396f99119 1.00 MB 2,484 456
Previous 10 blocks ↓
Total Size: 650.54 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,992.94 GB sent, 63.41 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.