Loading Tool

Explorer IconExplorer

Memory Pool

79,514 transactions
29.23 vMB
0.07519028 BTC
Random Selection Loading Transactions
Max Size: 177.68/200 MB

Candidate Block

Mining Attempt 54deb4c9afb96c5db2963e26b4899210a161ca3b8e910620d7b29dfc33f9926a
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ec7426eabcf45f442d8ba5f811d66d9a56a82a434e9f9dc75c9e8c2c7610cdc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.01398236 BTC
Feerates: 74.86 > 1.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (126,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,946 788,946 00000000000000000000ae79543758a9bd8f3a633a04802a840cf80aa720443f 3,920 1.00/1.00 vMB 356
788,945 788,945 00000000000000000002787efc02869703ff2630afb1e6cb99bfe955d9852917 2,648 1.00/1.00 vMB 285
788,944 788,944 00000000000000000002bf4e320d1d914954f0f0c12ddef296b6ed48b0a51934 3,473 1.00/1.00 vMB 365
788,943 788,943 00000000000000000002db1bcbc8ff0614a9489ac8fddcee043ebf2422042246 4,552 1.00/1.00 vMB 219
788,942 788,942 0000000000000000000435ab16cdc0e2df3a7dbf75eec117ecfcedc6d053b0c2 3,656 1.00/1.00 vMB 276
788,941 788,941 0000000000000000000345ee7b08fd270642d7823769337cade05768a5186bdd 2,728 1.00/1.00 vMB 281
788,940 788,940 00000000000000000005afb8552f6d4fdc072a5a2251853a7cd975dae0acf75c 4,391 1.00/1.00 vMB 317
788,939 788,939 000000000000000000030138a37a4a93dadaf7b646f007caa078d0ae6aa2198e 3,566 1.00/1.00 vMB 465
788,938 788,938 00000000000000000001aeef4f4bb77e6ba3f0f29832109eab2af9f1b5df3ed5 4,559 1.00/1.00 vMB 288
788,937 788,937 00000000000000000002004ebbe1097d98633ebcefb9a384ba03bb4c8fb55bfb 3,980 1.00/1.00 vMB 322
788,936 788,936 0000000000000000000439652d18c3e695de60ad7bea6fbb1ed79a1833ce1a7e 4,552 1.00/1.00 vMB 192
788,935 788,935 000000000000000000008838e460c887a36894f9b107ba50c664521ee6da4038 4,479 1.00/1.00 vMB 287
788,934 788,934 0000000000000000000195c3091ab30682652e81ddae705b7cc829a7e7ef05fa 4,930 1.00/1.00 vMB 234
788,933 788,933 000000000000000000036d38756b599483f190243b6c1cdfe513fb404c963f1a 4,595 1.00/1.00 vMB 190
788,932 788,932 00000000000000000004093e58682797d64cf5c30812d804d7bd9c2e5bbfecd9 4,930 1.00/1.00 vMB 224
788,931 788,931 00000000000000000001dfa9e7ffb533cfb91b5f9cb67ecc0149bcaf008c523c 3,667 1.00/1.00 vMB 229
788,930 788,930 00000000000000000000740acb253faefee2a0e626222c537b05947639897651 4,661 1.00/1.00 vMB 278
788,929 788,929 0000000000000000000544cfe1bf9b8aca2f31b121a1e8d49de24f0ecb806a01 4,199 1.00/1.00 vMB 404
788,928 788,928 000000000000000000016d3e9b582a17b72f683604275907ed781c7224a854a0 4,936 1.00/1.00 vMB 276
788,927 788,927 00000000000000000004cf52c079a527e9f5d0a6cb977fa976e3ea3abbd33a38 4,344 1.00/1.00 vMB 384
788,926 788,926 000000000000000000049418c0e86284719c432ff2c4b32bb3cf608b8d2e8ee1 4,418 1.00/1.00 vMB 392
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.