Memory Pool Memory Pool Refreshing

8,223 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,963 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (364,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,068 543,068 0000000000000000000ab017fef604f5fa020d2db452bad4c70a0dc5ba8aed69 0.52 MB 1,168 29
543,067 543,067 00000000000000000004e406f476b0cbf07d647cdaa5ad9e1e6e5bc06d2fc9dc 0.00 MB 2 2
543,066 543,066 00000000000000000023610de7953bb0554a6c3d3b6b46c1e92e591d639f68fd 0.02 MB 79 11
543,065 543,065 0000000000000000001be7fa322d0575899cc5c7bedb7fa6585c499c68b0ad47 0.72 MB 1,173 13
543,064 543,064 000000000000000000072ecc68125eaa098b7f430c87d7e2eed1f4edb92d44c1 0.22 MB 431 14
543,063 543,063 00000000000000000018323fb82a58844fbc26db3e6cc192766e051033ca152d 0.32 MB 791 26
543,062 543,062 0000000000000000001cdca8946a03a2becc1748ea5dcb4b7b87a999e4435d82 0.03 MB 87 17
543,061 543,061 00000000000000000019534408c001d680111e13a92a3ef2c35c41ce90cf54fe 0.35 MB 967 17
543,060 543,060 000000000000000000225d775a90dbc0dac019cc7cfb56ae0ca392966fabcaad 0.61 MB 662 7
543,059 543,059 000000000000000000191a14ee629169ec8432f34d24647b5b0c4f2fbb4294a5 0.58 MB 694 8
543,058 543,058 0000000000000000001dfd295aa5f8e31fa4147cccc28a46bbc7707c0ef93367 0.35 MB 544 22
543,057 543,057 0000000000000000000addfbca5566ed1ee4d09c58e3b3e5dab7857d4bc9ef47 1.09 MB 2,200 13
543,056 543,056 000000000000000000220e76159b08b8fd148b9638b84e9b5988b3e68e8e0b52 1.31 MB 1,812 12
543,055 543,055 00000000000000000021114d93a33e37034d97881ce0cc7798c61b910f8c6049 0.20 MB 494 11
543,054 543,054 000000000000000000024a3992166aeeda352fc3477258096f84c894ec2fccae 0.70 MB 544 3
543,053 543,053 0000000000000000000fdd327022d62df0ff2b039ada54135e2b2ee2b29602a0 1.37 MB 1,597 5
543,052 543,052 0000000000000000001ebd5e574f21c467c0ae95bd1a8566b12c4a2888e89ea3 1.25 MB 1,952 8
543,051 543,051 00000000000000000012a69cd1fdd0614033fdd4cb40a27656e15fe9199a3f9d 1.21 MB 2,153 14
543,050 543,050 00000000000000000019a50c4cf67afeb760a86652060a0423cd3004e8a7edae 1.15 MB 2,043 17
543,049 543,049 0000000000000000000344efa115e5457610ac5c47f0e68ab43ad8b679245858 0.62 MB 1,080 34
543,048 543,048 000000000000000000104cf8a8e5b349de4d3a135d6b13dbb248a7b5d4f99773 1.23 MB 2,359 3
Previous 10 blocks ↓
Total Size: 769.45 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,646.01 GB sent, 95.21 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.