Memory Pool Memory Pool Refreshing

74,334 transactions
43.14 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,102 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,179 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,101 (219,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,519 627,519 0000000000000000000347a3785de26eb69f9d919ab9ae84c8a9f18a2511ec00 1.46 MB 1,181 11
627,518 627,518 0000000000000000000371b2d59d220e405a990013cdb394b234a17508abba99 1.20 MB 2,466 8
627,517 627,517 00000000000000000001f6bee37100c677a3b688e38c339d770bd4352b434383 1.20 MB 2,072 30
627,516 627,516 0000000000000000000011a1a8af518a0d8445b66f35c43782ba94ec25c466e6 1.28 MB 2,277 40
627,515 627,515 0000000000000000000b6b1234037282e2d06d4924e8588b4aba9db2b9a49aad 1.36 MB 1,405 4
627,514 627,514 0000000000000000000c54f50d9ffb7ff4ea8d4762dcf0ec0b6a2627f9973df4 1.16 MB 2,229 24
627,513 627,513 0000000000000000000d6b1725514ea5ac208b4bec369cc2b193502fb0b221dc 1.28 MB 2,405 41
627,512 627,512 0000000000000000000bac518c54aa95161bf0834490e139833ff7550f283a47 1.27 MB 2,723 25
627,511 627,511 0000000000000000000b92bd1e48b9e3f4ac58a3114626a1b5a2574881e174a3 1.65 MB 1,162 4
627,510 627,510 00000000000000000009c5fd2b85725cd788c3fbe7ad45355a808f421234742c 1.18 MB 1,055 6
627,509 627,509 000000000000000000014937666071ae2f4ccc7781aad73c9f114efc0c0106c5 1.34 MB 1,341 7
627,508 627,508 0000000000000000000b3354e7786f510dad76b40024bc71dfc86cf40835d305 1.20 MB 2,645 18
627,507 627,507 00000000000000000001cb0ded60b5793c15aa84b3b2701ff70a49d3906da14e 1.30 MB 2,923 38
627,506 627,506 0000000000000000000ec312892eadc1da5d90f20a1be85a921582db6a85c284 1.17 MB 1,045 9
627,505 627,505 00000000000000000010ba064273b5bb547c70b9bf6e0a028c1804fc2ff14dc6 1.31 MB 2,072 11
627,504 627,504 0000000000000000000aafb108afbd795ff6afcb69dae8be4ad3ea5a027cab5e 1.51 MB 2,047 16
627,503 627,503 0000000000000000000e6e9c64ad6b75246c0782413d069f0f096dccd44525ab 1.31 MB 1,624 7
627,502 627,502 00000000000000000009531aecc4555564dbff19155133ee62111c13b73a7e4e 1.28 MB 2,147 27
627,501 627,501 000000000000000000108f924215768081300a4ebd478704fcab33e96ccbddda 1.24 MB 2,636 16
627,500 627,500 0000000000000000000a84f5c1c76bda088982c32d7d9b6c6ac318e47dbcb219 1.23 MB 2,803 21
627,499 627,499 0000000000000000000e5db22af8d1bdfb153927b3647cfe0671445910e9df11 1.25 MB 2,389 11
Previous 10 blocks ↓
Total Size: 656.15 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,523.28 GB sent, 100.72 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.