Memory Pool Memory Pool Refreshing

3,287 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
901,232 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,071 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,231 (12,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,951 888,951 000000000000000000023b084fed227a3c53b485b9af9b197b28a53ef34eeddb 1.70 MB 4,589 19
888,950 888,950 00000000000000000001475fdb5668b9ecb08136046ddb56cde2fdc8811d5a79 1.70 MB 4,729 23
888,949 888,949 0000000000000000000225a4b95bcb7b7b5abe340c102f642cb8d5ae83588414 1.74 MB 4,918 21
888,948 888,948 00000000000000000000ad051ee76dcf47dcc8bf06de5f84618fe20373c33762 1.75 MB 5,091 21
888,947 888,947 00000000000000000001f6c84008c249c7425e8d7754988f23d0b312e93d764f 1.76 MB 4,697 26
888,946 888,946 00000000000000000001477d342f227884bb9a68f7ebae7d94f3ae69af3dac78 1.67 MB 4,520 27
888,945 888,945 00000000000000000001202ee69d742bb49d51adc95a311ab77bda1515533f32 1.77 MB 4,614 23
888,944 888,944 00000000000000000001bf279847d7ac1d3b0babb8ee192ca186e30921265b5d 1.79 MB 4,966 26
888,943 888,943 0000000000000000000091be8020c5ede1564f088de4eaa11d044f888ea68bc5 1.70 MB 4,676 31
888,942 888,942 0000000000000000000247ab5a43e9a7cdd4671d8f2a3484ed52f50660e1ab0a 1.72 MB 4,824 29
888,941 888,941 00000000000000000001c2246ff1d3d78865b5f294d0ac76add5cf73dbfae471 1.72 MB 4,760 27
888,940 888,940 00000000000000000001e5b0ca22d40318b232dc9dd27ff0188edc28c710f80d 1.78 MB 5,012 24
888,939 888,939 0000000000000000000181eb67663c8fb9087b896d5949987393e8a825b90924 1.77 MB 5,103 27
888,938 888,938 0000000000000000000210efdc7f3fd6e804ed1c5172668e03524a550fc5f3a5 1.61 MB 4,297 34
888,937 888,937 000000000000000000009cbcd9f41b9ea3d1a6b78cfea2f73c21ab2f8a9852ef 1.83 MB 5,239 28
888,936 888,936 00000000000000000000acf21449dca72f4608a65b92be19ca782a192a3cbe34 1.69 MB 4,529 32
888,935 888,935 00000000000000000001eb385e8ea7295defc735c68856db184c95c3bf40a201 1.85 MB 5,278 8
888,934 888,934 00000000000000000000ad415d7bd6311d77ebae2bfdd8a61f6dbe67d6f6489d 1.69 MB 4,393 10
888,933 888,933 000000000000000000002c57a9a9451716fcfce455570d81a5371023e82a05c3 1.72 MB 4,623 8
888,932 888,932 0000000000000000000228efb930b52d794fd255f6c4c799874c51f811d000e8 1.81 MB 5,071 6
888,931 888,931 0000000000000000000201c4647422144894403cf5d25b3904fa3ebd02cd57dc 1.77 MB 4,723 6
Previous 10 blocks ↓
Total Size: 757.98 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: 713.18 GB sent, 36.79 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.