Loading Tool

Explorer IconExplorer

Memory Pool

44,558 transactions
27.26 vMB
0.10011402 BTC
Random Selection Loading Transactions
Max Size: 142.86/200 MB

Candidate Block

Mining Attempt d13a1592d113374fa54e40cdf7e9b7796577fec1e2e2894e1fa91fdc37209e91
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 117bfd64f86cd4d165ba4e7222d23147f60ad559f82081a36430ec49ee7f79e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.04542961 BTC
Feerates: 151.16 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (738,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,073 176,073 00000000000004a9f057acab21cc96e716d5c474776deb5fedd7d23c117dfcf6 47 0.02/1.00 vMB 164
176,072 176,072 000000000000023da28f8fb0c5c88a9ebdf4fe9887526c22512261576e6a3c55 47 0.03/1.00 vMB 342
176,071 176,071 00000000000004cf10ed433e924d23a2d6ece7ccbbddbe92266a4b5008e70fd9 12 0.00/1.00 vMB 0
176,070 176,070 000000000000038d4adbe927b8c0add73c78e4b6a25bfc11beb5bbd75fc0cb57 84 0.03/1.00 vMB 78
176,069 176,069 000000000000088f337ac44be57c2f8bb8cdeef0030c7b23cfbabf23cf972bbe 42 0.03/1.00 vMB 64
176,068 176,068 000000000000017ffb31169b43030c8ccddf5c0ee87661ee071981bf8a6517a8 34 0.01/1.00 vMB 212
176,067 176,067 00000000000000ea3092e4c5f975c05cf09423486a402a42014f30592dbc4147 24 0.02/1.00 vMB 81
176,066 176,066 00000000000006a4686095dbc194f8372cb6d6ca93e6091dc2b1d4c67d791cb7 50 0.02/1.00 vMB 280
176,065 176,065 0000000000000a436476eeb864904368b96ee59118db780042757f0fae686c22 29 0.03/1.00 vMB 125
176,064 176,064 00000000000002e535eec41e2970c9d500d04dcf098dab9f5b63899a0403d1ba 127 0.04/1.00 vMB 152
176,063 176,063 00000000000002e65147341485b4377ab6cc2564b5382e28d145e70e167c1816 72 0.02/1.00 vMB 165
176,062 176,062 00000000000007e5f0bd7adcfa46dd2fa4759ece84406f3415ccfad4cc72391e 68 0.03/1.00 vMB 338
176,061 176,061 00000000000008146a2824c1f26928e98f5e5dc738740bc0f464f5e1cf826cad 122 0.05/1.00 vMB 77
176,060 176,060 00000000000005dd852da591cefda5c8c6855d21f2d539cbb96bde855bdddee6 30 0.01/1.00 vMB 24
176,059 176,059 0000000000000367a903c2120f497bd6b1e81bd45357a81febdc1d3888dbd216 1 0.00/1.00 vMB 0
176,058 176,058 00000000000007bc04f1bfadb25cafa4da04282822eedaee8d77586b6ad4a30c 91 0.06/1.00 vMB 167
176,057 176,057 0000000000000357cca1b9a7bf6e119b86f103b3cead11e9dc3727aebd6aa58f 147 0.04/1.00 vMB 125
176,056 176,056 00000000000004ceb963c49e1c94588f919ebb12bcad853cb507ff948b72b7fb 78 0.03/1.00 vMB 287
176,055 176,055 000000000000046a54d920f37d3e9360135ee424ffa36484d27d7f9a140709d7 45 0.02/1.00 vMB 6
176,054 176,054 00000000000003f904cf77ff4cfe6977e1b2a2c12d0d1b0e1d060cf9ceab3aaa 1 0.00/1.00 vMB 0
176,053 176,053 0000000000000a4c48ee2c5fb9dc234192aa08ca8469a27ab921fbce0dbe9ec0 86 0.04/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.27 GB
    • Received: 13.85 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.