Loading Tool

Explorer IconExplorer

Memory Pool

75,319 transactions
29.34 vMB
0.08926519 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 96beed86a7ee841c69d3891ee5e1595b98e0ff2e66ab5f9f9ba7c741792f9883
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root 0c722d737d6f1b800de4f29139c6a13994d4ac7c8feb32692774983c5b74329b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02347921 BTC
Feerates: 147.99 > 2.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (6,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,596 908,596 00000000000000000000635ed14efe73880aab1c790a865c0dc5104fe7a2a404 1,116 1.00/1.00 vMB 0
908,595 908,595 000000000000000000018de2ca6c9a9ba54461e0a99aaac4e0140041543da2b9 2,799 0.81/1.00 vMB 3
908,594 908,594 0000000000000000000216a9358a8f5dff553f5ebac4732a8af34ed723b2fba7 4,070 1.00/1.00 vMB 1
908,593 908,593 00000000000000000000f0d47b6e10d6d6d7f712888a4861e66819d78cafe331 4,179 1.00/1.00 vMB 1
908,592 908,592 000000000000000000007dc9a59c6495a3a663224ec7630aadd64981019aac1a 957 0.28/1.00 vMB 6
908,591 908,591 00000000000000000000671bd508e0bb7a44262ffeb85b3ace1d18b0c4a446f3 2,895 1.00/1.00 vMB 2
908,590 908,590 00000000000000000001778ce52a9c1fbf9e2370f9f9f38c920d3932f14987a5 2,614 1.00/1.00 vMB 1
908,589 908,589 00000000000000000001460f50758ac61a989ad33ea53e958a2973f976034b45 3,510 1.00/1.00 vMB 5
908,588 908,588 00000000000000000000ae1fb2672d61e2d9a9cfe2fd0596d217bd876352d9bf 1,984 1.00/1.00 vMB 2
908,587 908,587 00000000000000000001b166ff45dc794e1b4d52b18b5539c5d0a04a92a75508 3,257 1.00/1.00 vMB 1
908,586 908,586 00000000000000000001e96aff87a673d546055f0f9483be3a6573c6d6ec9c69 804 1.00/1.00 vMB 2
908,585 908,585 000000000000000000004432cf9ab7252621492e0cfc78e3bc629f774403089c 3,382 1.00/1.00 vMB 4
908,584 908,584 00000000000000000001040a40c17b60b8fdcfd81fdbbeb7c754e4825ffde3e9 4,081 1.00/1.00 vMB 6
908,583 908,583 00000000000000000000f9172e2539c67bff005e07bb8c87274f7d5ad7a3e627 2,414 1.00/1.00 vMB 4
908,582 908,582 000000000000000000011dd1ca394bb146a6889981dcd6657d21f3656e0a59aa 2,173 1.00/1.00 vMB 2
908,581 908,581 000000000000000000011a5dfaa9b0065f4d9710eda5e26001332078a1e6b76b 3,417 1.00/1.00 vMB 3
908,580 908,580 00000000000000000000ed74c81cc988c4c5a9ecb28d44e3b869819fc476df77 4,190 1.00/1.00 vMB 3
908,579 908,579 0000000000000000000106c7d0ef539d42f6e0d56048c11b2db84e6da5dbda1b 4,048 1.00/1.00 vMB 6
908,578 908,578 0000000000000000000229d41f34c6ae0669eb8b48dcc44172465c8c79a83cfe 3,580 1.00/1.00 vMB 3
908,577 908,577 00000000000000000001c0897c6e5199501078fe223cb0e723033e90999de413 3,588 1.00/1.00 vMB 5
908,576 908,576 000000000000000000003b0d9e88078646505f735c069b4fec4edd1304661c67 3,733 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.17 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: 748.22 GB
    • Received: 18.79 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.