Loading Tool

Explorer IconExplorer

Memory Pool

79,353 transactions
29.36 vMB
0.09972540 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 542df6992a8b1eacb3a0a1bb35edfb0944f3ce24a58bab4d748d5c1c07de8b14
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 6902b018e533a11224c496bc2d5e91f4febc11c4971a2ec6bd1641790d22d438
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,464
Size: 1.00 vMB
Total Fees: 0.03701510 BTC
Feerates: 150.62 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (665,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,755 249,755 000000000000003ce476bc1713c3c0733b0a36cba57920bf4d53ca5c1eebca40 57 0.02/1.00 vMB 122
249,754 249,754 0000000000000005ac8edbfc947ce98797c47029f67d7610507a69ca0c2b0e3d 373 0.15/1.00 vMB 328
249,753 249,753 0000000000000031c09d526dcb3f5c0e97f67f862b38d4a0fa44e528da518600 85 0.03/1.00 vMB 132
249,752 249,752 000000000000005865c98ec3122eeaa2a056603538c6a38c90d6ebcd4d1cc385 182 0.08/1.00 vMB 127
249,751 249,751 0000000000000036bb18a84e768ad77a749c13b5f76125cdfcd7aef8a0c36323 440 0.20/1.00 vMB 143
249,750 249,750 000000000000002dd90d7501c17a2e50ed8b5251af3d99fed43385e4ad10cee3 126 0.06/1.00 vMB 97
249,749 249,749 000000000000007ab9a313f2099926a06e99ef1ddafdb874a250c92902a8eec5 258 0.10/1.00 vMB 111
249,748 249,748 00000000000000408bb41d0880d38d18909a3f8dabb80e828867c9f5ba24adbf 162 0.06/1.00 vMB 109
249,747 249,747 0000000000000086fc08323eb4ee2c0dab5058630f5335a69a6a9fcb7fa611b9 190 0.08/1.00 vMB 104
249,746 249,746 0000000000000081bc025c0532bb1d71e79f64bf7f648b59eca1aa31627f2367 166 0.08/1.00 vMB 190
249,745 249,745 00000000000000212bc382674e3e9863b31f0bc876657b572f990e685bd7a92f 213 0.10/1.00 vMB 120
249,744 249,744 0000000000000001fefc68b4f3599854159733933691dbf1e8dfdc69e6d3b104 1 0.00/1.00 vMB 0
249,743 249,743 000000000000004af20330093ed2244c74462fedb681f1b99c20a7aa47aef4aa 26 0.01/1.00 vMB 85
249,742 249,742 000000000000002931fea3e52e1d62eb21ac3cbc4ea7bcac5e8c02a22732bbb1 199 0.09/1.00 vMB 109
249,741 249,741 0000000000000075e8035fbe7a99fb1a0ce061131a9d6dbc51c5ec95309c4b01 342 0.16/1.00 vMB 91
249,740 249,740 000000000000005a657de5aff7b22e1a33d67de93c1ae3f1beb4b7e090e99a68 258 0.11/1.00 vMB 154
249,739 249,739 0000000000000068a69d14158424f9adb26651fe003715f3b30d640f02d38a1b 390 0.15/1.00 vMB 149
249,738 249,738 00000000000000039d404d0e8f35d2793ee49e143e0a532fb60c476ea6a0af12 233 0.09/1.00 vMB 153
249,737 249,737 0000000000000023cadb8d3e4121300553a6a5c73fa2104c67d798d2b0eac0ef 324 0.23/1.00 vMB 63
249,736 249,736 000000000000001dbb18fc9f57c6b2608787c93c4b4f5fa5ac88b15ab6adeb06 224 0.10/1.00 vMB 120
249,735 249,735 0000000000000079a901d5fae1700230466c4b406f0ec88f689cdf1347fd9dc3 285 0.13/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.