Loading Tool

Explorer IconExplorer

Memory Pool

17,601 transactions
8.08 vMB
0.03506072 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.21/200 MB

Candidate Block

Mining Attempt c315966535e295235888b77d9aa49a7251d8205d4714d911eb23681f3d478abd
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root 165c708d890e985bf0d582c4ca3892a330bcda7119e0bdb6d65e03d897d9ee9f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,738
Size: 1.00 vMB
Total Fees: 0.01809409 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (758,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,983 154,983 000000000000063aa5ec76c93e89eab35d04ac6e0c6aff29148167355cc92687 130 0.04 vMB 60
154,982 154,982 00000000000006ccea78a784ec69f789ca65b9cfe34ee8068421a2da2d41385f 11 0.00 vMB 0
154,981 154,981 00000000000007230d016e4284cf252b40d99dafa22494154dbeb2ccae62234f 26 0.01 vMB 130
154,980 154,980 00000000000004294ebb8d38385be1968bb9ed44a41ac595d8b9f9ab2e9cb2ad 77 0.02 vMB 178
154,979 154,979 0000000000000061579b0eb439b77f43e42bb0138862fc6a6dcf3a46acc2c98f 44 0.01 vMB 41
154,978 154,978 0000000000000014ad652bb0364bfb515c6d4677f948ce05f94c3e2b934b9536 68 0.03 vMB 53
154,977 154,977 000000000000080257607af023f70fb480315d9a32c6a6740ddaecb1d1042928 5 0.00 vMB 109
154,976 154,976 00000000000004dbb48a5bc91ee42d73547488506333d0c3283eb91956b7170e 15 0.01 vMB 166
154,975 154,975 000000000000097ecd5b9a87b6c233a050a19dc3440d852220f87af7c76e84e3 86 0.04 vMB 44
154,974 154,974 0000000000000cd8e0466f44656774ba6352dd9c884f4c1062824c540f71e314 10 0.00 vMB 15
154,973 154,973 00000000000008746037f8315ca244b3f31baf6441cf7be22bd731b8e15bbc9e 1 0.00 vMB 0
154,972 154,972 00000000000001d3385fe379ee081658a897893870dffc6c3c370f054b645854 42 0.02 vMB 62
154,971 154,971 0000000000000940cb93c60c8436a3d476d12fe7feb44f5f23e2a2049a30a9f8 13 0.00 vMB 21
154,970 154,970 000000000000038005bcbc59eb90e5330fb3b9cd2058a2ea2a20eb035991fef2 62 0.03 vMB 67
154,969 154,969 000000000000051fabad78bdf6b68c4fe32529cb3ad6430f4e92e00ec59805ad 72 0.02 vMB 2
154,968 154,968 0000000000000b9a810ed2ade7f5a54c2ba2a0779283d4289afcefe0637cc14f 34 0.01 vMB 131
154,967 154,967 0000000000000db359d0a78a101b52e6b204ab3fc3727116b40ecc8f7a024988 26 0.01 vMB 167
154,966 154,966 0000000000000df1c4c51217ac135b261dc1e6165a5609ca3bf66eca5d90e6b5 76 0.03 vMB 71
154,965 154,965 0000000000000538d3024a12a89f7f1c7f4ac71df755efc236ed3f03123b7139 33 0.01 vMB 473
154,964 154,964 0000000000000cafe3bba5481639b1a90acf36cd0126d7a5439724652f3c52ab 92 0.02 vMB 123
154,963 154,963 0000000000000d527b37ca85d155c122ed54ea8a7912d7de48902a0fb62aabe2 17 0.01 vMB 0
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 285.95 GB
    • Received: 1.15 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.