Memory Pool Memory Pool Refreshing

1,501 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,457 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (181,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,926 725,926 000000000000000000008d791462fbfacdb98f947a39c34a6f7466637719d093 1.47 MB 2,914 21
725,925 725,925 00000000000000000002cdf7b824f39eab6a3deef3543fd304e00322c920d213 1.41 MB 2,917 21
725,924 725,924 0000000000000000000022e5f5e2319c0c2c093e073e13e61967fa8540b3792b 1.33 MB 1,709 10
725,923 725,923 000000000000000000032b5c778f565667f07a1f29b25d38d88b35f3f96b96cb 1.49 MB 2,924 21
725,922 725,922 00000000000000000001b53b3a848ba4e3e68297320af6f3057462ca5100a0ce 1.53 MB 3,235 13
725,921 725,921 0000000000000000000942d07657df67e94761bf1c344217b70c194d9eeee222 1.90 MB 1,592 16
725,920 725,920 000000000000000000003d5233a2cc39f2baa61ee1062cd6bc17ffb90a67b9f1 1.58 MB 2,202 31
725,919 725,919 0000000000000000000a0d48b228a33cf6da70cee98c7e296e8097829c14b57d 1.62 MB 1,792 14
725,918 725,918 00000000000000000006c4f1906cbc03bec1a668e4ee3c07ed244ba6dad17115 1.56 MB 3,622 15
725,917 725,917 00000000000000000006820dec3c148ff93d257a613aacaa52ca29b0a9b5cda5 1.46 MB 2,646 21
725,916 725,916 00000000000000000001ece4e0435accb7b602c59383d22fa223979a563126d5 1.91 MB 1,503 23
725,915 725,915 000000000000000000028ea85a4a4987878929242998b10ef107593e0a9a618a 1.57 MB 1,579 3
725,914 725,914 00000000000000000005a6f344080693b2e7f695d0a5a471c64e4cbe4985f487 1.49 MB 2,384 4
725,913 725,913 0000000000000000000615e3997c5cb56f65cc47e37a994f38779c0423a240ef 1.64 MB 2,400 7
725,912 725,912 00000000000000000003e4a734f57c8231ff901d214b74793d57281766a2618b 1.46 MB 3,059 8
725,911 725,911 000000000000000000083c3d082e5572522ec1dbca85e521f12d87dfc1768b98 1.55 MB 3,030 12
725,910 725,910 00000000000000000005ad99fc01830cea98e87c7ae4e2e631a032e932e0a8ab 1.53 MB 2,851 17
725,909 725,909 000000000000000000022b26521961a5784701db3cba00a6b5164b43a613325d 1.48 MB 3,534 7
725,908 725,908 0000000000000000000179490c39f7b8cdd125999570951cb27b2197018199bf 1.54 MB 2,972 14
725,907 725,907 00000000000000000002fd7a3e78d3da281b49bb087dedc7c7067c9a55e06f11 1.31 MB 1,326 12
725,906 725,906 000000000000000000019df481552bedb1a9ba9105acb159fc77eb1288d5e399 1.37 MB 2,272 14
Previous 10 blocks ↓
Total Size: 769.10 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,629.11 GB sent, 93.41 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.