Memory Pool Memory Pool Refreshing

4,691 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,065 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (350,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
557,529 557,529 0000000000000000002eab07811ea66780c644dd18cced3eb14265e2a9da850a 0.78 MB 1,521 14
557,528 557,528 00000000000000000013fe50bd5dbc59569b9b5890ac29ea75aae9cfa27c45dd 0.04 MB 118 37
557,527 557,527 00000000000000000014e1a83dab4875bc1586b49bbc0b29a63e0857bfa1a920 0.78 MB 2,045 6
557,526 557,526 000000000000000000142b4d230a10ae6ddffaa7698831a1ebc3fdf77350ade4 1.27 MB 3,124 27
557,525 557,525 000000000000000000148924b41682f398d5d109841117fee756f2bb936dac03 0.55 MB 1,414 12
557,524 557,524 00000000000000000001165b5b767b1792044aac0974c3f4482d5df17fb2348f 0.99 MB 2,639 8
557,523 557,523 000000000000000000073048d01300bb6ca9102dd0641f065cb42d5659412915 1.21 MB 2,869 28
557,522 557,522 00000000000000000004b7b2299da2af8ae11904d396e084b6dddc97b78c20f1 0.27 MB 587 19
557,521 557,521 000000000000000000174ba518aa673935f76292faf3019de44a1f196c42d07f 0.02 MB 66 11
557,520 557,520 0000000000000000000eac71521181b450298eb4f735948d7e7d844f4edbf7cf 0.20 MB 506 14
557,519 557,519 00000000000000000013a4b4905e0c4063e3817ab20778f156d8f2b69749eb03 0.75 MB 2,200 15
557,518 557,518 0000000000000000000e6965af43bd72fc130e0c36166668b44cd47c65487eb3 0.37 MB 990 14
557,517 557,517 0000000000000000000673505a81a16ea4294617b69de9573002177188985eb6 0.97 MB 2,478 20
557,516 557,516 0000000000000000000a65d43a7101188d9f75c2c6704e9e3f47474d9b08051c 0.57 MB 1,288 18
557,515 557,515 0000000000000000001eae8e81352bffc07ccb6fb709a0ac07c2af10883ee0ed 0.02 MB 77 29
557,514 557,514 00000000000000000013ebd3ae2058184b156567b18c66cf2cded258d9bac2b6 0.14 MB 394 4
557,513 557,513 0000000000000000001849e5ed9a821ae62dcf124ed39cad3706646c900beca9 1.16 MB 3,149 12
557,512 557,512 00000000000000000028a5fa50ce14cb63f480adb85b7dd7aafa489785c30a81 1.19 MB 2,191 27
557,511 557,511 00000000000000000014297d36aa9a0f835c751bdfc51167382f42d01c3ceab7 0.58 MB 1,531 15
557,510 557,510 0000000000000000000e747286f42eb99c1382b5c9350b3373d3e04ed8171162 1.11 MB 1,779 8
557,509 557,509 0000000000000000001b3563878049dcc85d54de396fd0abc478a4568067cb22 1.09 MB 1,358 4
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.