Memory Pool Memory Pool Refreshing

7,061 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,926 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,418 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,925 (546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,379 899,379 00000000000000000000452ae4e317482f1a2ddbc523c4ccb9739995a8c2a6f7 1.03 MB 1,423 2
899,378 899,378 0000000000000000000026c898f90abe47a57cbbda5115525de1491fb8930811 0.19 MB 436 3
899,377 899,377 000000000000000000004746b90426ed8d3275a24e2842691049437fed66340f 0.89 MB 1,080 2
899,376 899,376 000000000000000000020c8f9d3cc6101a77dcf9ce93138676e4ef4abb8cd250 1.35 MB 1,580 3
899,375 899,375 00000000000000000001b8b1b70b2e6c404a1ea445b3f77ea1530f5618a9617d 0.15 MB 258 2
899,374 899,374 00000000000000000001a4be426e0757d0365431aa95ce93b2d1006e1a250637 0.08 MB 221 3
899,373 899,373 00000000000000000001158f2ea7cd3150e483339efae84038afca6c62ae8758 0.58 MB 996 2
899,372 899,372 00000000000000000000b0fe8e2786d270267fdf181358980bb699da6e2b9ffa 1.43 MB 2,456 2
899,371 899,371 00000000000000000002282813d9fbfe45f13ae794f56dd695843d277b776295 0.46 MB 747 1
899,370 899,370 0000000000000000000018b12fc2c55b0fba47123ef5940dd9fb09e761d58950 1.45 MB 2,706 3
899,369 899,369 00000000000000000001ee56258ad47c938f957fb8a2953b5a524e0de231d2e5 0.00 MB 11 1
899,368 899,368 00000000000000000001d10fabfdb745c5c1ae54d009355a03041176362a11fd 1.30 MB 2,305 2
899,367 899,367 00000000000000000001ac3c759a30ec66a54191c1ea617312a662f62179eb28 0.00 MB 10 2
899,366 899,366 000000000000000000013c10d2a84474fa54de24ead67b06c9c3a182cd474348 0.07 MB 154 3
899,365 899,365 00000000000000000000ba5e8778c78ace198417082145ea3e9f474da6bd2bfe 0.58 MB 1,270 2
899,364 899,364 000000000000000000021e0e0194a8c4f575bb89a9faf3d7c0e8b4ca78637299 0.53 MB 763 2
899,363 899,363 00000000000000000000a0cc4ab1df9ae0a374f7ca8be3ed55601a19703940c2 0.43 MB 695 2
899,362 899,362 00000000000000000000a019f6db212156f2ba2bbf437793c52cf90780645ba7 0.31 MB 798 3
899,361 899,361 00000000000000000001ed1850a3d228071fdbf6a318051c8d5662c031e91320 0.37 MB 522 2
899,360 899,360 00000000000000000000db43ef32a9f696457dca533b617c048dfc3e0c52c710 0.25 MB 510 2
899,359 899,359 000000000000000000003c6c865183c9edcae1cc99fdc1a95ae478462cacffc6 1.71 MB 3,069 1
Previous 10 blocks ↓
Total Size: 755.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 545.06 GB sent, 27.61 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.