Memory Pool Memory Pool Refreshing

9,382 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,373 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (607,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,754 299,754 00000000000000006c0744699dcef123359cbb5e05c39a65aa8318d1091f2543 0.13 MB 256 44
299,753 299,753 000000000000000062a12936b73bdba0c35727ef1a5aa1aaa99523cca24d31bc 0.32 MB 592 36
299,752 299,752 000000000000000070bb438c710c8f1c9454bea1c8a699cf24a4e7306e94fdd1 0.30 MB 224 16
299,751 299,751 0000000000000000785e0eaff0c541a8ebec036276d13b2937a096f030091d6a 0.35 MB 955 51
299,750 299,750 0000000000000000892f68ec4a723c0accd9f4fb4fc59deef123321000288cfd 0.11 MB 216 33
299,749 299,749 000000000000000040d12305a03d376b50314e9b091f47d480dfc604da3f18cc 0.34 MB 307 19
299,748 299,748 00000000000000001e4bba828ae1732e76ab8ffb31f847183ece7d7979cd37ef 0.31 MB 138 12
299,747 299,747 00000000000000004039861158b9d4b839644bb88077494e38301af28a78aa73 0.35 MB 829 40
299,746 299,746 000000000000000015ba65ae6d986c39555316550ba6f34fc64ad7a38c53fc9b 0.24 MB 29 11
299,745 299,745 00000000000000004b31d5de0d95a2d460312d133d32e305fc8884d17a7aa01a 0.35 MB 701 38
299,744 299,744 0000000000000000761cdffad5de63add6c0e1bfda668b3ae168d5bca1671f11 0.34 MB 246 17
299,743 299,743 0000000000000000165e61bd218bec953a380a4d0e5b91ac5988dd31ef60d9cc 0.32 MB 319 17
299,742 299,742 0000000000000000008c6b25eb82eba5e537123b2e05d7279e91ee9d64b27c74 0.25 MB 601 39
299,741 299,741 00000000000000003a37d23e0ace9f4013a77de75ac117c10bdff6fc8e62ee17 0.23 MB 512 67
299,740 299,740 000000000000000047fbc7816de6c3036130f2877b69e5c3faee3db4439b52e8 0.83 MB 1,281 29
299,739 299,739 0000000000000000512ff0d9b5e9b51572491f7ec899b52746afaed6ce31c593 0.83 MB 1,092 24
299,738 299,738 00000000000000002b9af038021ef092484fa41e5f3ccbac93d93757ba006d17 0.35 MB 1,100 59
299,737 299,737 00000000000000007aab30a010695912952c839fccc8b20b2f25acebd62c8d22 0.53 MB 965 29
299,736 299,736 000000000000000037551e8ec7f08f164ebb2a121dc3f68f501233c8b04c2810 0.06 MB 108 18
299,735 299,735 00000000000000006d8603ed231372f5a22db309b8f47a8db43ece2f0e476a12 0.22 MB 336 25
299,734 299,734 00000000000000001189a40e5fa97381f06dae57f892f5fc61d9250c97dc393b 0.92 MB 1,442 29
Previous 10 blocks ↓
Total Size: 769.01 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,621.09 GB sent, 92.89 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.