Memory Pool Memory Pool Refreshing

8,157 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 4,299 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (291,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,750 616,750 00000000000000000004f3b2c922f248dca895b757c824e818d3440217aa127f 0.90 MB 1,614 9
616,749 616,749 0000000000000000000145cba456ad8ac767b85d986277049522f75eb758e7cd 1.24 MB 2,167 6
616,748 616,748 0000000000000000000020bf523a3ae170b5576f30f843957b869659420d8ab1 1.23 MB 2,400 17
616,747 616,747 00000000000000000002cbd35e9bc12a6d937aff73ebd0a2f1ecf115b1d5c336 0.17 MB 446 12
616,746 616,746 000000000000000000033b4ec513dd1f48b39186543b25c56937a3d407d03461 0.77 MB 1,929 13
616,745 616,745 00000000000000000009eb4f87030b675aabe4f879383d58bdc57633914bb350 0.54 MB 897 16
616,744 616,744 000000000000000000084e1081419f3413f6b3218f9140780ffc45b2ccc2d585 1.27 MB 2,617 10
616,743 616,743 0000000000000000000ed4d9fa16a350c5be7b7511eb8026d02faa5fdf61c6e7 1.28 MB 2,837 17
616,742 616,742 000000000000000000079cca8d540ec63838fe7e39f49201e6099e12e5ee9469 1.30 MB 2,464 17
616,741 616,741 0000000000000000000593d38236506c23aec39242e1ecd636b81de3fccacf9b 0.16 MB 429 17
616,740 616,740 000000000000000000038327cc52c54ae980784adfab70f5757a77d98b34ae1e 1.01 MB 2,544 3
616,739 616,739 000000000000000000048cc4a5cd8c9d51104ab6f674e2e73f773f6ec4e78854 1.28 MB 2,558 16
616,738 616,738 0000000000000000000376b205622a9eda42881051e5f42ecf2b60949d50fa0f 1.21 MB 2,300 14
616,737 616,737 00000000000000000010b527629cf61358503fcd9abe16cd569f6908276f83df 1.22 MB 2,382 16
616,736 616,736 0000000000000000000d49281ced0eae7df1ac62fd5dd45ab268d961d297db24 1.34 MB 3,086 25
616,735 616,735 00000000000000000008d6eb357e37ac9380edf103d4c004c00bada6b16cd0b2 0.18 MB 469 16
616,734 616,734 0000000000000000000838ebd6c8838beb2bc205d2b840c950cb8adac5212373 0.91 MB 2,185 15
616,733 616,733 000000000000000000115aeef1f6af79ff4820443acbaff02e748abbb095d906 0.70 MB 1,212 12
616,732 616,732 0000000000000000000b6ce05c12afb84e58c1bc3dd1a685cc5093a962dc9f18 1.30 MB 3,039 6
616,731 616,731 00000000000000000007a707ed68319fed8ba8b928f296418903a7fadb2cf9cd 1.23 MB 2,442 10
616,730 616,730 0000000000000000001134361eecb9e9b35099acdf8a765f793e7acd9653c6e6 1.41 MB 2,500 11
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.