Memory Pool Memory Pool Refreshing

11,363 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,217 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (161,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
746,089 746,089 0000000000000000000143426d4c412d2718686ea9a03c130091dbae9aee9628 1.63 MB 2,925 10
746,088 746,088 00000000000000000001452951272c332eadda38677c44e97fc68bdbc24dc660 1.56 MB 2,720 14
746,087 746,087 000000000000000000010c36b92af026f61c46cb64a5381c8f4a4dc222639bee 1.45 MB 3,437 21
746,086 746,086 00000000000000000009bcc0882e61cc0978ca057dc0894df9971ef9d498e4fc 1.34 MB 2,735 30
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.50 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.