Loading Tool

Explorer IconExplorer

Memory Pool

21,480 transactions
9.60 vMB
0.02147205 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.97/200 MB

Candidate Block

Mining Attempt 690d3fb7bb7546f2bd9b4efd43406827f928c52710abb8b8e5ab9a7148a84786
Version 20000000
Previous Block 00000000000000000001301767fdc1d95a58b3fa74809d6e3a3f9a7d8596467e
Merkle Root ed7eafbcf27660bc20753991a23fb7eaaddb781120f7052922ddcdf596fce687
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,644
Size: 1.00 vMB
Total Fees: 0.00644859 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,564 (777,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,269 136,269 00000000000006d13b58142523517636036870eef06af9f33b6de22d2351951f 52 0.03/1.00 vMB 360
136,268 136,268 00000000000000edc1031cbe5e5f7632265082258a38e0853a7a584dbb344eb5 42 0.02/1.00 vMB 155
136,267 136,267 00000000000000319ea37027de463ce27976019447516ff5a60963ce178af33e 93 0.04/1.00 vMB 229
136,266 136,266 00000000000003be2ba4c31214514f277f4a7c98f8be19ad49d5d441f7ad8610 15 0.01/1.00 vMB 141
136,265 136,265 000000000000007fa0f21a6ae1333581c2f78cf947722092871d72725693abaa 78 0.02/1.00 vMB 150
136,264 136,264 00000000000001bd6572b56e21ebf232b7edb2f04f5efb6e381da8c80028dd13 27 0.01/1.00 vMB 100
136,263 136,263 00000000000004a5601c621798d1da9d48b203c87a31f2fb0bd53af8e6ca312b 101 0.05/1.00 vMB 459
136,262 136,262 0000000000000856bc5e9c4910ea60230ef447e86be77fd2fbeb96b295c75623 100 0.04/1.00 vMB 338
136,261 136,261 0000000000000736b06f6ebcb1a4383f305557e20d63a1a4e532eaf64ee0ef06 127 0.05/1.00 vMB 363
136,260 136,260 00000000000003f5c28b72f32ca7f2bb0ca15af76c84e30c0c4460b580988ef2 11 0.01/1.00 vMB 201
136,259 136,259 00000000000007404783949aefd4c2ecd8f17130caa982ff5f2dc333d35f04a4 73 0.03/1.00 vMB 257
136,258 136,258 000000000000007d87b6e05d276f322faf2e90922b8c5dcd6d1a11ed8316e398 14 0.01/1.00 vMB 249
136,257 136,257 00000000000000f16412d7890aaee6e42f406ce4cead46d0eaea5e8955b5763c 53 0.03/1.00 vMB 21
136,256 136,256 00000000000002ee99a7b828b639c5b41a310ff30ee221f76fb224bf481ecd96 67 0.04/1.00 vMB 269
136,255 136,255 00000000000004d1b1ac235e25253ff0a0d21a1a7138ae3c4dafe9d587252cab 24 0.03/1.00 vMB 456
136,254 136,254 00000000000005236efdbd0e4c8ffa971f7d2ad2e3e897daf35bd7db0bbf1cdd 25 0.01/1.00 vMB 119
136,253 136,253 00000000000002c548c3a891aa803e29aa6863900422697f51a4c5d6b9ba3a54 12 0.01/1.00 vMB 763
136,252 136,252 00000000000000aa8f4f33ae177c2ca28c93dfc64a414ea4fafff65b11ea4f9b 184 0.06/1.00 vMB 1,240
136,251 136,251 0000000000000aab7ce6120946d55f27842456b852ef161c69ea44d0ca7b4253 127 0.05/1.00 vMB 241
136,250 136,250 0000000000000456775fa166be32e646d35ffbada84ead87636d71ce5d52a381 14 0.01/1.00 vMB 436
136,249 136,249 00000000000009c1d65328c5c8dd8424f805e2bde39a85db1c2433a9f7966c08 15 0.00/1.00 vMB 719
Previous 10 blocks ↓
Total Size: 779.84 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: 428.33 GB
    • Received: 2.33 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.