Loading Tool

Explorer IconExplorer

Memory Pool

67,127 transactions
36.79 vMB
0.19506359 BTC
Random Selection Loading Transactions
Max Size: 196.51/200 MB

Candidate Block

Mining Attempt ef5b539ab979cae58a9163f9a8189f22c8a78e488d00dc8f026527a51b390e1f
Version 20000000
Previous Block 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c
Merkle Root 59b5096a0b19150f627c1c5ded2b7f9a25bae9026ee6c12eb8c3f6f61b13f149
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.07081979 BTC
Feerates: 445.78 > 7.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,418 (797,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,611 116,611 000000000000a0d563ddf2949a591384de536da09f89b9601e71489bb9c302d1 11 0.00/1.00 vMB 652
116,610 116,610 000000000000d0bea3f9a618bf8fdf9883dd43b9b7c61758178cf0937a55ba40 12 0.00/1.00 vMB 335
116,609 116,609 00000000000056177fff088c205de167e884a5e48a408cb6d1d1ceba27002a80 11 0.00/1.00 vMB 662
116,608 116,608 000000000000d7898acd0c8c1e873a837dc2d2915491fea9c37b1b0fcccb664c 10 0.00/1.00 vMB 332
116,607 116,607 0000000000004870de4502e4ba2e37ef1c359a4d13b4ac75c85df28fe0f9595b 13 0.00/1.00 vMB 841
116,606 116,606 00000000000088b45009fff04015531e1878f7451bed6627dd91ee88eef75b3c 23 0.01/1.00 vMB 511
116,605 116,605 000000000000378b0d1f2477b8cb888e3c4ccdbfd2d99878a5303cfcc4f5e25b 22 0.02/1.00 vMB 421
116,604 116,604 000000000000bfa0f24d5032e62018ec94fda909396b68442c14f012df96fbed 10 0.00/1.00 vMB 228
116,603 116,603 000000000000d7543a4539277b5321af3bffde0a781aa5ecf5c9f2fc7157812f 1 0.00/1.00 vMB 0
116,602 116,602 0000000000001ee2ee77e81890157ea11fbfb86a0ec6a1c31eac83f030eaba06 20 0.01/1.00 vMB 584
116,601 116,601 000000000000e2e5fcd47fb9e200888dc725e619f59f142a312e369f113de248 11 0.00/1.00 vMB 585
116,600 116,600 000000000000f27619ad204369218507f6a7066d5b3b11b49c08793bcec576c7 1 0.00/1.00 vMB 0
116,599 116,599 00000000000045a8cf9c6a9f9fb6a58dc985d38228c2f79efb83ae3fe9c9a936 28 0.01/1.00 vMB 1,325
116,598 116,598 000000000000dbb6114730306d74637984b3094e91c810a6cc167f92b5120862 30 0.01/1.00 vMB 752
116,597 116,597 000000000000ae5383cabe27faef894f610af724332b5b3171fe3107800a9721 25 0.01/1.00 vMB 2,444
116,596 116,596 0000000000004bf555a6e3fbaada1720bf7fa39a2f4edeb96140589100307b16 13 0.00/1.00 vMB 616
116,595 116,595 000000000000ed2c386e033fd5353a2932673ecc918caaa3d41026bc44b8e337 11 0.00/1.00 vMB 344
116,594 116,594 0000000000009dd383d147593eff962a4081caf233952a9ca686926f56239eed 9 0.00/1.00 vMB 0
116,593 116,593 000000000000a135098b17578c9ebd71b97c8b929c01399d31022a4fe9b00d10 15 0.00/1.00 vMB 1,771
116,592 116,592 000000000000ddeed72a6783bf20cc755f3c0526d0f8af57015ec1722ee95e6b 12 0.00/1.00 vMB 352
116,591 116,591 0000000000009d2d7da1c2b2b360673fed2ea42a32a5460c590cc13303e9f33d 5 0.00/1.00 vMB 1,043
Previous 10 blocks ↓
Total Size: 781.35 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: 602.01 GB
    • Received: 10.26 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.