Loading Tool

Explorer IconExplorer

Memory Pool

83,052 transactions
31.16 vMB
0.16220900 BTC
Random Selection Loading Transactions
Max Size: 186.52/200 MB

Candidate Block

Mining Attempt 41ba0fd882fd6ab775e250614e92c12a2cadc709ded6e0e1074add33c5ba5773
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 4a9efdc9129bd81e8d6a9e363eaea3d71dca18dc1a26a253600c7bfc145974e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07037466 BTC
Feerates: 150.65 > 7.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (563,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,246 351,246 000000000000000000ed8434e35db8422dab2220b9467687b9869779719976f8 184 0.10/1.00 vMB 24
351,245 351,245 00000000000000000b8677bbf359d051f6cf2e4d7cc3db3db112006597fe69d8 1,309 0.58/1.00 vMB 31
351,244 351,244 0000000000000000050ce0a34e3e9b89b89a485adb6953e7f39c7b068ddc3608 1,256 0.67/1.00 vMB 28
351,243 351,243 000000000000000006ef624605d8404e7e3fbb2a1a32a9b2567a7ce95a1e721c 282 0.20/1.00 vMB 19
351,242 351,242 00000000000000000dc8233e97a19b7f3c6e2c69ca262e37a150b3d89e6c6b3a 890 0.64/1.00 vMB 18
351,241 351,241 00000000000000000b7006585a947b27ac259df003e65ebca06792816c2b86bf 1,639 0.75/1.00 vMB 33
351,240 351,240 00000000000000000e187373872b5ba4840b115d3012027f534fbe255c1cd1b7 1,424 0.75/1.00 vMB 28
351,239 351,239 00000000000000000f7ea6b35fe562a96bc463eb413180b1d8d2d768c3d75d80 253 0.14/1.00 vMB 22
351,238 351,238 00000000000000000b436d4c41615e55db2a368119e293ca70b2a4666b61e4c0 784 0.45/1.00 vMB 15
351,237 351,237 000000000000000005b3860474741924b4fb90d7d2eacc7ebe27ccc3d891c9de 1,405 0.75/1.00 vMB 27
351,236 351,236 00000000000000000daf7892db24b13b05d5a5e68fc8a18f1fa2d0cabe9458a2 711 0.61/1.00 vMB 20
351,235 351,235 0000000000000000054fce4da8893da12c2d93f39a4d8d51ab9ff3d650c03ac9 2,062 0.75/1.00 vMB 47
351,234 351,234 00000000000000000d13741a00165a906cd102a8175150da9242bfc9445ead33 404 0.61/1.00 vMB 16
351,233 351,233 00000000000000000fd906a46b219d6ac23bb8b398673b3b71cd7a3a510862ff 701 0.56/1.00 vMB 16
351,232 351,232 0000000000000000150f64b38bce47b9ded91369eed6158b934aad7fb91386d0 1,825 0.75/1.00 vMB 39
351,231 351,231 00000000000000000c232dadb6faaa6a0ef38fee50dcacfd53e8d273c010703e 1,570 1.00/1.00 vMB 21
351,230 351,230 00000000000000000b43ad0ef8af67562bd1542ac9ff05bbca28ae63fa160c79 2,306 0.75/1.00 vMB 43
351,229 351,229 00000000000000000186954c35eca706e2d2ae35e352b9f28dc7d545c3f1da16 1,484 0.81/1.00 vMB 23
351,228 351,228 000000000000000006f63ee81dface503f8e115c065791dc2e911cb45c4fac39 1,591 0.75/1.00 vMB 32
351,227 351,227 0000000000000000114f2215679247078d8b753f6a088fd85b30550193ff60bd 182 0.12/1.00 vMB 23
351,226 351,226 0000000000000000021493d96c5075a621a1b53f4e506687b10563b18f9582e2 277 0.15/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.