Memory Pool Memory Pool Refreshing

1,379 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,369 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (502,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,968 404,968 00000000000000000297b9c555b9ffc0248ae97293830ef05431085998fe53d1 0.99 MB 802 60
404,967 404,967 0000000000000000006e3c6a8e6756adca24afe214ea7eec568f2418ac7bc311 1.00 MB 2,080 60
404,966 404,966 000000000000000000493e7e7f4824b22a33e653de871ee19d9a8aa68341b773 0.09 MB 197 44
404,965 404,965 00000000000000000149acc49ef4fa5da09203733a17775f63a449466a9f008c 0.42 MB 387 33
404,964 404,964 000000000000000003f4de7a31a20c435b93f72533949a580cce915802ae511b 0.95 MB 1,862 38
404,963 404,963 00000000000000000164964aa8c0edff00940e1b3382f8ed73b4d5374bf4f3ed 0.34 MB 584 29
404,962 404,962 0000000000000000043c1ebf6fde57b2861ad154e8445a4163d7d4dea8367aee 1.00 MB 1,993 39
404,961 404,961 000000000000000005ff4e533f46f0a715c83713f656e2b607d575ae7fd57ca9 0.09 MB 183 39
404,960 404,960 0000000000000000032a4abd0d277ae3dbbbe7764aa0248daa8184c4c03bbe29 0.80 MB 1,470 33
404,959 404,959 0000000000000000015d627bebdfe3a99f445dde79b329bbc8a5e1783141cc54 1.00 MB 2,871 60
404,958 404,958 00000000000000000009621aaa9defc85f5735f01f4acbf5a3fe0944cfed65fa 1.00 MB 1,429 29
404,957 404,957 0000000000000000018643ddc7b7816c0dc4797027ab22642b74688dfb198031 0.93 MB 2,533 45
404,956 404,956 000000000000000001a1d1daf2c48b1324dee647be628dd3a10497df97cfb0f9 0.38 MB 608 29
404,955 404,955 000000000000000004c2f83dc259e9ef54ccc88d956784b88fd74fe392efd038 0.03 MB 65 30
404,954 404,954 0000000000000000063e45315c58326cff9b765b57f62278fd73ae9b043479da 0.25 MB 525 39
404,953 404,953 00000000000000000414f46ac5bb46276abe6594ca2710dc23919ab1e37e0fcf 0.42 MB 844 39
404,952 404,952 0000000000000000003ff4181f8a6f9382cd33a0a92135d3179182425a275f82 0.93 MB 1,962 37
404,951 404,951 00000000000000000189e3cb4b298c4b334a39e325de593383b6c5ed7a7f44b5 0.17 MB 359 41
404,950 404,950 0000000000000000015a236e3bd3fae693901186bdc8557549dc6ae61feea428 1.00 MB 254 4
404,949 404,949 0000000000000000050ce5b93cb17f76c1ae3bc61a47e644c87386c763f8b08d 0.82 MB 1,307 48
404,948 404,948 000000000000000002c16ad4d6bcc5aa4da85a347273b4102b25b07a1adcb5ec 0.77 MB 1,432 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.