Memory Pool Memory Pool Refreshing

337 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (8,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,382 899,382 000000000000000000003919e3ce1cc0ac822697cc355280a3c3be1d32191446 1.51 MB 2,548 2
899,381 899,381 0000000000000000000021a6e37994494b40e3552b9c4bae0e8274fbab7be767 0.02 MB 58 2
899,380 899,380 00000000000000000000be7b16fa7eba85512e186bec11b30590076daabcd081 1.52 MB 2,011 2
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
Previous 10 blocks ↓
Total Size: 769.28 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: 1,635.50 GB sent, 94.30 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.