Loading Tool

Explorer IconExplorer

Memory Pool

81,639 transactions
31.68 vMB
0.10585431 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt 2b5e6698925105d8287c6e9c04716db7dcf3742c8b5d6c77a4812ef3d60840d8
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 37ac2b73483cb0bea568f7243d17d205f20a5e653c8003b98f5db7455243e6e4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,219
Size: 1.00 vMB
Total Fees: 0.02335735 BTC
Feerates: 711.74 > 2.34 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (444,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,597 470,597 00000000000000000073932b043cb7f19da464beddadee92858459cf11e361ea 944 1.00/1.00 vMB 68
470,596 470,596 00000000000000000081e7ef68029833ebf5db8c458948cc911cf6e2b8fa9a40 1,501 1.00/1.00 vMB 119
470,595 470,595 0000000000000000008132c5abc6d2193be226dd109353cca7e8a39b27638eb3 2,290 1.00/1.00 vMB 328
470,594 470,594 000000000000000000067a6f578054cca5a193768934dfa8cdda01e4dcde5d1d 1,965 1.00/1.00 vMB 376
470,593 470,593 00000000000000000092518a7a391604a3af52609c69df84c4230cbe4b8d3ded 1,636 1.00/1.00 vMB 277
470,592 470,592 0000000000000000019913b687f1c83684e616e71b27f66e59c8687db871552a 1,514 1.00/1.00 vMB 80
470,591 470,591 00000000000000000152c06c4840d86ee6af03ae1107dd16a853d10f601bc60f 2,157 1.00/1.00 vMB 266
470,590 470,590 0000000000000000017aaf7b4b264c7ab202a0f78e8147d3cc91431ebb821ef5 2,282 1.00/1.00 vMB 291
470,589 470,589 000000000000000000e20db69bc60df74708e3890fc1aba35b41e10ddb3a2d00 1,979 1.00/1.00 vMB 441
470,588 470,588 0000000000000000000bb3e14be070376db118c68c5eb578b7b141617621f70d 2,091 1.00/1.00 vMB 324
470,587 470,587 0000000000000000019475cbb23d83d62a68b04b776f3ab2f14b53328a80487c 1,858 1.00/1.00 vMB 354
470,586 470,586 00000000000000000003c3f2c241621daff3b60d6343877f8e3cc48c23b086e3 2,600 1.00/1.00 vMB 113
470,585 470,585 0000000000000000007dcfbbeffb078efe41bd2559668974ea8b5edc919f0dda 942 1.00/1.00 vMB 183
470,584 470,584 000000000000000000b72baed5f880856c7d52f8410252fa8fe1f2730bbcda65 1,623 0.68/1.00 vMB 385
470,583 470,583 000000000000000000abb96c1adf704c4345dcd43ae8f4e8117e7b9d77787167 1,891 1.00/1.00 vMB 349
470,582 470,582 000000000000000000004e8136768bc03578b42c97d813477a61d1522272df0a 2,241 1.00/1.00 vMB 294
470,581 470,581 0000000000000000019763174ecc1d54e2f2eda424ae954aefaa5ca9a9ff2940 2,356 1.00/1.00 vMB 423
470,580 470,580 000000000000000000fb5a493ff021f32d920df04e66cd24a57dd763a05229e4 1,722 0.97/1.00 vMB 374
470,579 470,579 0000000000000000003e29202fb667b17b1845faf079758d1c595006f267dc89 1,952 1.00/1.00 vMB 120
470,578 470,578 000000000000000000dba4257812f914b28bec522cf2ca9e03f8d303fdc2b3f2 2,225 0.99/1.00 vMB 94
470,577 470,577 000000000000000000cf2250e09dc981aa3f048ea6592b6e885757f239039552 2,334 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.