Memory Pool Memory Pool Refreshing

10,101 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (544,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,801 363,801 00000000000000000f3526798f3671603ced92cf35c07e9ae13963d214cea4d5 0.18 MB 328 26
363,800 363,800 00000000000000001374fc855cd16ca38e470022980934113e205261a79d1afc 0.61 MB 809 13
363,799 363,799 00000000000000000bbb83531b9b220aa689d76f663f52858bf17df17c5cf2ff 1.00 MB 1,572 28
363,798 363,798 000000000000000013a8c0cc590ddcc5d28dac3e9fb368a632900b146bdba4e1 0.75 MB 904 25
363,797 363,797 0000000000000000025f7d13a3a91d05a6c68a8e1150e74102d04028a40d41a5 0.92 MB 1,932 54
363,796 363,796 000000000000000004ec66253e7d80ee68ac53b98e423c790a68949ee2a9b934 0.95 MB 1,792 36
363,795 363,795 000000000000000006547e9019a43af2899bdd5200d9d5f421d4e5369f1f5dee 0.75 MB 1,434 33
363,794 363,794 00000000000000000f73442535d6a413ecb1f4b15291481cc7b76cbf608b5764 0.25 MB 423 23
363,793 363,793 00000000000000000a8aa7b055c769743838c9641bcdcfe6740c255b72eea9e7 0.43 MB 833 30
363,792 363,792 0000000000000000112932f093a4ac4c98fb5c9c0052011ad057ceece06fbf81 0.25 MB 221 13
363,791 363,791 000000000000000011f14e99c8478791293cd2087a2f6bda84f3a2689f1805f7 0.13 MB 295 32
363,790 363,790 0000000000000000069953030712af7ebe91364ed75cad478c002ec8def039a3 0.28 MB 448 27
363,789 363,789 000000000000000005e3909a117c8ebc2312bccb14e7f16654fa2fa196e7536d 0.86 MB 1,450 24
363,788 363,788 0000000000000000119074e58cda21bcd1542264b8130198596c055a74eed2f5 0.95 MB 1,956 36
363,787 363,787 00000000000000000508bff07800487d7f41fdb3fe911334bab8db82f566249f 0.00 MB 1 0
363,786 363,786 00000000000000000f6b0492597026ec417ccee62667f12e3fdec1b71db49b70 0.08 MB 146 24
363,785 363,785 000000000000000006d02c9e5f1cdad594e66f6dd3d539591ed30cf8e71d8adc 0.49 MB 701 26
363,784 363,784 000000000000000007c40ec5f99ab844ec35ba62fe0d61272db22f406c672b9f 0.52 MB 935 25
363,783 363,783 000000000000000014ed4f28afa480a794492d78e1ddcfd37060c266f1490bd2 0.63 MB 368 7
363,782 363,782 00000000000000000ad63dc67ba663f84e6815be9ad37ac0f0c7a2a488f13fc1 0.75 MB 1,144 23
363,781 363,781 0000000000000000110971e29c95190416a3846ba5574d7ba21600a310fe158b 0.87 MB 945 15
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.