Memory Pool Memory Pool Refreshing

47,223 transactions
31.57 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,499 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,887 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,498 (123,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,110 746,110 00000000000000000005763ce2924dbb85d75b460d1ca5664b08189773391ac8 1.80 MB 1,806 11
746,109 746,109 00000000000000000002f06009ff2bbc55ec0df2e97a90dd053a3206c87ee46c 2.08 MB 550 3
746,108 746,108 00000000000000000007c8d63997d8f438033d6f2616cd70dd24bb51021bfbc4 1.43 MB 2,166 15
746,107 746,107 0000000000000000000964c7d70fece0d1913a849c6c73cea5061db14cb98a7d 1.68 MB 1,953 11
746,106 746,106 00000000000000000000b2d9abb26007f2d228b133bbfa3b240e564e8aba92b7 1.47 MB 2,423 17
746,105 746,105 0000000000000000000972c4970d27e68d69b7dd4787f9a1a57eefde2a523fe2 1.63 MB 1,667 14
746,104 746,104 00000000000000000003cad2487008a5f9f6aaec505287bf57178c4c3d0e75ff 1.81 MB 1,120 3
746,103 746,103 00000000000000000007de6ee2b59198eb949ebfc7182c4c59b047f076e2cfa6 1.48 MB 1,604 14
746,102 746,102 000000000000000000097d3146e3aa6c1794b2429def1f62dedae4d2f5576133 1.42 MB 2,407 22
746,101 746,101 000000000000000000020abe0a39c96a4bdb849a6e9ce353dd35633309fe83db 1.24 MB 1,242 17
746,100 746,100 0000000000000000000215fd85c9f4f30f0c5df846c9d8bff3455a792d2638bf 0.42 MB 785 16
746,099 746,099 0000000000000000000210b8cf5588a737527e5b1f04275f76a6fd8b5bdde10e 0.44 MB 836 16
746,098 746,098 00000000000000000008b422c56b3c8e301312641a43c1e4b07408c8c9bf0143 0.91 MB 1,441 14
746,097 746,097 00000000000000000004473bc01377c4cc51624595081d329f6813937862ec0d 0.80 MB 1,299 12
746,096 746,096 000000000000000000046def61dddbd1cbb2458e1b1e7795da1ce5fe33fc055f 1.66 MB 1,130 4
746,095 746,095 00000000000000000006c12b594e672f4612b73a4121482487fbaff0ef70b3ef 1.80 MB 761 5
746,094 746,094 00000000000000000007499acf7421aead3ccd9be567752f8d580efdbb9ad50f 1.53 MB 1,565 7
746,093 746,093 000000000000000000038608a90702590157748d1aae71dfd61cf2b4829ead97 1.07 MB 243 1
746,092 746,092 00000000000000000006b9166e5cbdf224f8b3ec23e7ca46311aed53308244c0 1.44 MB 2,184 14
746,091 746,091 00000000000000000004379e4ea2351d96718adc06f28efc246e63b446500899 1.69 MB 1,818 10
746,090 746,090 000000000000000000088042055c4dba965d3909e141c621920ca444ef7aade9 1.26 MB 1,258 17
Previous 10 blocks ↓
Total Size: 698.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,092.85 GB sent, 200.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.