Memory Pool Memory Pool Refreshing

3,554 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (502,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
405,120 405,120 0000000000000000027d4a352d5b78b16693d20ca5534130bdaf51529b623a78 0.97 MB 972 18
405,119 405,119 000000000000000002610a43249efcd3a5234143ecdd3c47d336f12b10e7d88e 0.93 MB 1,467 30
405,118 405,118 000000000000000000167795fa4cb1a2b8d189a019598b558c2b2973a3b509c7 0.00 MB 1 0
405,117 405,117 0000000000000000059bcf29cd374a4171e9164abaac9bd6ac4f99090144f738 1.00 MB 2,659 56
405,116 405,116 00000000000000000491019e44498e6b5c0e216dee1ddec2e407db6c980ee2a6 0.92 MB 1,322 26
405,115 405,115 000000000000000000ed6bedb1beb31bff42f8464a3df1c105a13dc218f262b1 1.00 MB 1,740 38
405,114 405,114 000000000000000000737a82db429de0d8b2ea4ddc5f84fd83e1be6a58dca218 1.00 MB 2,909 55
405,113 405,113 000000000000000000d684a90131e6748ea8f73126ff7382c69ddc66a8c88db5 0.48 MB 528 37
405,112 405,112 00000000000000000654a76473f4274cd8ddd7ab76b755b6a783ce1be4ac36c7 0.98 MB 734 13
405,111 405,111 0000000000000000053ea808f0e73fa759e33a6491bb923f2dc104bb5fcf710e 0.14 MB 284 35
405,110 405,110 0000000000000000050c138f0be878f10fd9d4ad5ab6728ecf3211884a15ed45 0.44 MB 819 42
405,109 405,109 000000000000000003e4f130127dd9cbd065179e53f2e08ded23b7f10ded2523 0.99 MB 742 12
405,108 405,108 0000000000000000008d8ef55090603638de494545ce8b1824daa9c90f3b1878 1.00 MB 2,214 48
405,107 405,107 000000000000000003ca84ccdc64d7077a96b1bbec6e287dce456011225fe224 0.29 MB 589 40
405,106 405,106 0000000000000000031831d195148d1b1439d42e4513adb3babe6ee078c8457b 0.18 MB 233 31
405,105 405,105 000000000000000005ef5ebed4b40eb5e2b9ca569000c178c73f17df94b76023 0.43 MB 575 28
405,104 405,104 0000000000000000013d6838d4e5129e84e849a6fe8a103d1e4b66a13172bec2 0.79 MB 622 22
405,103 405,103 0000000000000000005fa9f16d1b5cd3e1c173cdef4ffda207dbdf1ee72d0498 0.99 MB 1,974 45
405,102 405,102 000000000000000003fb040d92a48064d1ea01204f4a004cbb0aa109d8362387 0.75 MB 1,339 46
405,101 405,101 000000000000000001224cd547cfcc5074cc457454660fcf5d580b60133b7041 0.97 MB 1,624 33
405,100 405,100 000000000000000001d85ebf98ba6d2b963125881e1cd2d5ffba85551f678292 1.00 MB 2,321 51
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.