Loading Tool

Explorer IconExplorer

Memory Pool

77,894 transactions
29.26 vMB
0.06314350 BTC
Random Selection Loading Transactions
Max Size: 175.82/200 MB

Candidate Block

Mining Attempt 87be7c8e8eff975f1c33ae12c0b0df6d2513c67c4b1100fd90c4cf6cd8fc5e7a
Version 20000000
Previous Block 000000000000000000001a6f6115c32c340a2159b30f9ffd632f63424aa563f9
Merkle Root 3597b2c496e34be1f1d0cb2ba1530ee8110a0c677067a0d24da65e0844bdcf4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,705
Size: 1.00 vMB
Total Fees: 0.00389594 BTC
Feerates: 60.09 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,016 (733,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,272 181,272 00000000000002a2f2ad62afd5fd09a5e92db21e43b80fe70335e6f4368f43b5 15 0.00/1.00 vMB 25
181,271 181,271 00000000000004c86e9931d04349864b9ffe5c861cec53bbdf22b3200cb263f7 22 0.01/1.00 vMB 70
181,270 181,270 00000000000006cde664139873da14e6597f92dbbf27801e159c0108c634e7bf 76 0.04/1.00 vMB 1,032
181,269 181,269 000000000000099fac12c2aac70dbc6a32dda105452d4b0649972f7260aeb98e 114 0.03/1.00 vMB 161
181,268 181,268 00000000000007e8182fdfac1b825516f75dec1e1af50684e26ba1dfa4f1eb5c 655 0.25/1.00 vMB 158
181,267 181,267 00000000000005f291e632b75d03144cea09f4c5c7d7856471d89eef55646af2 16 0.01/1.00 vMB 30
181,266 181,266 000000000000095033b5fbfb995f80a8b928ac4b2f37a4431d7842b260a4281e 207 0.10/1.00 vMB 145
181,265 181,265 00000000000001689d11d1953ec2f7cd97b33e4bc0085948b3723c42ee55cb8e 13 0.00/1.00 vMB 17
181,264 181,264 0000000000000552508714bbd14ccad63044635f772704f80dad8741bd5de6a2 429 0.17/1.00 vMB 122
181,263 181,263 000000000000064e79a3dbadb4d7eb2dded0080e63e80a401c90f159d690ea65 9 0.00/1.00 vMB 15
181,262 181,262 000000000000003ba294fe16295661fdfc7d9e0dbac202278b941dd58289b5be 447 0.17/1.00 vMB 133
181,261 181,261 0000000000000754f24346123e6c0495baaaa0561e5dedefca24da846ec12d28 37 0.02/1.00 vMB 210
181,260 181,260 00000000000002e483a47beb3611b82354a7d0cbc80ee02583f8cb0d82d280ac 11 0.00/1.00 vMB 15
181,259 181,259 000000000000000d1f277f265ff737f0fd27ebc56d0e5c0a1d4666c27748d4b9 251 0.13/1.00 vMB 85
181,258 181,258 000000000000038fe372a044747b47a8598601ae9674b0ee3a6d755d47be09bb 622 0.29/1.00 vMB 122
181,257 181,257 00000000000002c5c219e09d8b6a19f3d7ad8262e756a49b1210b7cd6530cb47 46 0.02/1.00 vMB 103
181,256 181,256 0000000000000328358b0a536046711402c714cd282efb7647d70fe5dc250e10 13 0.00/1.00 vMB 52
181,255 181,255 00000000000001a1fee1b3ba0c4703628593adb6ea7a18c0027a8d5c0aaf4fa5 87 0.05/1.00 vMB 90
181,254 181,254 000000000000062b2c1dda20d6afe4af7d229d746794d3734bc286e1cfa14eb2 138 0.05/1.00 vMB 90
181,253 181,253 0000000000000619d4a56f6e28f838b8d323eb90b10df88a055ddff4270ec9ff 12 0.00/1.00 vMB 328
181,252 181,252 000000000000081856b5d2ad4c048c39ff6ca09b70e97cb57a893590eb209a24 273 0.13/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 665.41 GB
    • Received: 15.13 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.