Memory Pool Memory Pool Refreshing

36,354 transactions
42.77 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,080 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,902 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,079 (316,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,350 527,350 00000000000000000035de5bba0db9499512f461d410fc7ab6a15cdd9972b2b5 1.78 MB 544 12
527,349 527,349 0000000000000000000e8abeabfb96db78d30977caff7da4f6ed1aa2885139f7 1.37 MB 2,714 22
527,348 527,348 00000000000000000008d7e0a225e463eeb8c18a5cd33cade6ca534698613353 1.12 MB 2,233 61
527,347 527,347 0000000000000000000a4236ea3a357c719c916dcc8552a43da953346c75fa30 1.42 MB 1,692 31
527,346 527,346 0000000000000000000ecf15e4b7c0d979d141abfdecf2b16808fe8e982576bc 0.04 MB 68 29
527,345 527,345 000000000000000000049f288fe91cd85598c5d8043db8d8b992ca890c439088 0.44 MB 397 21
527,344 527,344 0000000000000000002f2fa536e3d9378c773b40380cb57bf0a0f5a237859961 0.52 MB 870 24
527,343 527,343 00000000000000000031b1561e0a8b3d4168592497b72eb27ca3d3fd9ecaf761 0.94 MB 2,165 29
527,342 527,342 0000000000000000002b04e741c95352fa8657ab1dfad9fddc372eb7eeb65e3a 1.23 MB 2,510 22
527,341 527,341 0000000000000000002e0d170f62b8f75037e2ab69352de9466b109c12707ad4 1.14 MB 2,243 53
527,340 527,340 00000000000000000002a2cc87a22d457044ed6b6938adb9e69f0da2a4ae870f 0.23 MB 427 25
527,339 527,339 000000000000000000268f108806a396d55fd0fb2e5ac68517377c7862822570 1.25 MB 2,408 33
527,338 527,338 00000000000000000034aec2a4091b1b8bb571517119de0d73a4ee7345d991b0 1.04 MB 647 15
527,337 527,337 000000000000000000015c380c6c6c711358a443c63f8e426c73604e251d6868 1.18 MB 1,601 2
527,336 527,336 0000000000000000002403a18eebe471fdc1622a4c9265f440829c1a2e4e1f94 1.12 MB 1,945 8
527,335 527,335 0000000000000000002f37ab660d79eb31f51273ed822fd8e948d980cf14f515 1.08 MB 1,205 14
527,334 527,334 0000000000000000000a0b417fca37211878c3c0a5eb9f893b70e88c3509e562 1.28 MB 1,726 8
527,333 527,333 0000000000000000002e1fc6135edcbe4036a045a60f7223e571ce866acfec65 1.29 MB 2,835 15
527,332 527,332 000000000000000000195f3fd888fd4d99914499d48132989a084cb59fd29fa0 1.10 MB 2,246 19
527,331 527,331 000000000000000000032186ab3aa6de7da572ccb7bc90b52b3ab2b14db256ff 1.19 MB 2,506 24
527,330 527,330 0000000000000000003099ab258073b9ea246a6e89afa8464a46b9ed4848c66c 1.26 MB 2,742 16
Previous 10 blocks ↓
Total Size: 650.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,003.07 GB sent, 64.03 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.