Memory Pool Memory Pool Refreshing

12,377 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (545,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,404 362,404 000000000000000015cad2983dadc6626451dd5cb621c16cfb485e3a82b8f235 0.47 MB 605 18
362,403 362,403 0000000000000000130140a89cef4ea21a64a3ab2aeefb3047de7641e5c2fbf1 0.75 MB 1,970 38
362,402 362,402 00000000000000000091b03f60bddc502df01802deec8867c18052ea4ec78158 0.25 MB 426 26
362,401 362,401 000000000000000000104cf588bff57ce919809184277e2cb629bb5f86c0096c 0.02 MB 65 40
362,400 362,400 000000000000000001730731ef25b7bb62482a213172e122cbb149bf8b0e120e 0.16 MB 351 30
362,399 362,399 0000000000000000086bdc8351142bc5e7bcde1924a8f123fa39fa82a8175e20 0.05 MB 80 18
362,398 362,398 00000000000000000dec0d1c4cca8cf838517f8e4487c197e00e2cd224770ff6 0.17 MB 364 34
362,397 362,397 0000000000000000023ddb87fd3c2952295824ff3fa485dfd7c7b61373bb4abb 0.22 MB 323 22
362,396 362,396 000000000000000011fb4af1f1d3c3ec1561906e9028e1aa55a4cee1943f8752 0.20 MB 444 33
362,395 362,395 00000000000000000d628c8f2321ed949a4a3acec27c4801d9bbb1ad1fb991b4 0.00 MB 1 0
362,394 362,394 000000000000000012d64afd258883d1d09e908ee64214ad598ad5ab4ebd76c8 0.40 MB 852 28
362,393 362,393 00000000000000000f5a64dfa3af6f01218d8ff4eddd4686f336cbbf953a25d3 0.25 MB 525 31
362,392 362,392 00000000000000000719ca47ff112b3965b69f53993da3b8b70240035b93a4de 0.46 MB 971 31
362,391 362,391 000000000000000014e4be966ddbe7f4b67fcb84bfc951d47fc5e0afa98d32dd 0.30 MB 642 32
362,390 362,390 00000000000000000b922b3dd47ca46bdc322ce0c8e04ffbed726a8dde1c21b1 0.37 MB 756 31
362,389 362,389 00000000000000000b92c9770134025561bf00c59690d3d30f0b1f31779a1438 0.11 MB 218 28
362,388 362,388 0000000000000000012419c1e00fa12db7f7df6fb50e65583d8e1fd94c26f5c8 0.07 MB 158 29
362,387 362,387 00000000000000000f02505caa04a18737e969e02f4806b719272591690e162b 0.43 MB 909 31
362,386 362,386 00000000000000000ccc7ea87893342e8a61794cde0730db1996fe36e4e152e4 0.05 MB 130 30
362,385 362,385 00000000000000000afad79536daef8546ec65e5e0e87bf7b8a8d9d950711627 0.06 MB 97 17
362,384 362,384 000000000000000011a3ccac8c3b3ffcd0b4df0427acc85c580fab7a189ba8f8 0.25 MB 447 28
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.