Loading Tool

Explorer IconExplorer

Memory Pool

44,493 transactions
27.35 vMB
0.09406804 BTC
Random Selection Loading Transactions
Max Size: 144.45/200 MB

Candidate Block

Mining Attempt 5843c990b3506245d2d8cb5b71f2a6d585b2d28fa1916f6f47ea0eebc624eca2
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 2601a2317fcec09f21c451420f2c8f9811bbf9be9d3105f59045ad8c73bfe850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,875
Size: 1.00 vMB
Total Fees: 0.04283141 BTC
Feerates: 150.75 > 4.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (120,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,319 794,319 000000000000000000044dc795aad9a83fdcba357d577b5cd553db107ce094b9 2,807 1.00/1.00 vMB 33
794,318 794,318 00000000000000000003386323afa31bdc8dc0413284569e6baee44810a157ec 2,845 1.00/1.00 vMB 48
794,317 794,317 0000000000000000000416270424f218b6d99e818bb8f7dbcde2444a6dd5e42f 3,285 1.00/1.00 vMB 50
794,316 794,316 000000000000000000041725aeb7181e32621c3079403dba3da72a72bb5f5788 3,536 1.00/1.00 vMB 49
794,315 794,315 0000000000000000000445a56f0cd98350a83ca3eddda4dafaff3b2144f8e8fd 3,404 1.00/1.00 vMB 27
794,314 794,314 0000000000000000000109566dcf5cc87c199083a454ec651cf09461efabcc92 2,955 1.00/1.00 vMB 40
794,313 794,313 000000000000000000006bca06af975c2f1e01d3ba3d3db220ce96d19ed02be7 2,928 1.00/1.00 vMB 37
794,312 794,312 000000000000000000039556ccd35eefe22462370a4fa2b2a9a639f8d5def4b9 2,724 1.00/1.00 vMB 30
794,311 794,311 0000000000000000000412b5bf70078df05378756cd0edb2438aa1df4624a5ad 2,428 1.00/1.00 vMB 43
794,310 794,310 0000000000000000000294b6db372431cdd6c744b8d670516c5ea7785e0e9de3 2,765 1.00/1.00 vMB 45
794,309 794,309 00000000000000000001afb40cd92849c029bee9e2cff9ca94603ee89cc7953e 2,362 1.00/1.00 vMB 68
794,308 794,308 00000000000000000001a7184efaf94928af8bcd98976f2c7c22a0e7b1a58115 3,880 1.00/1.00 vMB 37
794,307 794,307 00000000000000000004c8abf290577179f83a66fc022385f3d1b4a6c7888a8e 2,893 1.00/1.00 vMB 40
794,306 794,306 00000000000000000000b06a72c3b7528781ab98a1625d8f1a00fd23e68c9568 3,796 1.00/1.00 vMB 56
794,305 794,305 000000000000000000029c3f5a65d8e53b808a09b009a64a01bc149c861945c0 1,466 1.00/1.00 vMB 50
794,304 794,304 00000000000000000002a68398066b170041e30156d28c504bb401ef5b90b0a3 1,290 1.00/1.00 vMB 56
794,303 794,303 000000000000000000033c59708025b67a8b8518d3760151eb4980e7a3a21e62 2,361 1.00/1.00 vMB 36
794,302 794,302 000000000000000000026fdb27819e40a3429f6ce22494ffc3636c901c5c536a 3,885 1.00/1.00 vMB 41
794,301 794,301 00000000000000000000e2f65871279634a11d953bb3e696a9db356eb7e6fc22 3,174 1.00/1.00 vMB 31
794,300 794,300 00000000000000000001560c2fb31dbce30588c39f47bb3d6de0c445af74cd6a 3,731 1.00/1.00 vMB 40
794,299 794,299 00000000000000000001ebe59cabcf91c0476ecf9f72354361b9344a6293fbb6 3,520 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.