Loading Tool

Explorer IconExplorer

Memory Pool

80,933 transactions
29.76 vMB
0.10276613 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt ced96840cda62f553d3ac2de5a94cee1982e6e00de20d870b8b8325a553f8a8d
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root c85ea41b4d71da629bfc4f2cf90e3b9424b9e65267d738e4afe0d60616f87e76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.03811491 BTC
Feerates: 146.36 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (428,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,943 486,943 000000000000000000fb151ec0804ad530b2c3f5c80a4a52636cffd9af820cc9 2,146 1.00/1.00 vMB 154
486,942 486,942 00000000000000000098edcd7fc78a6cb9af677f006e4b7f0a84a027f04c926d 2,548 1.00/1.00 vMB 153
486,941 486,941 000000000000000000bbc188fb247c7483680010ee8269b54bee82f90fc4b07a 2,730 1.00/1.00 vMB 180
486,940 486,940 000000000000000000ac464f5e2df28ee6b9ade6477993a7d289b7c7ff859ae8 1,964 1.00/1.00 vMB 191
486,939 486,939 000000000000000000e7699055f993a9a2d16e0777d8c4f7be97cb5f43c8f55d 2,382 0.98/1.00 vMB 189
486,938 486,938 0000000000000000001cf38465c68e846599fe459f6ae9b7eb586df258771d96 2,062 1.00/1.00 vMB 135
486,937 486,937 0000000000000000001d2a4a88a19429a36c285cc2cb41c11a23c875596358c8 1,918 1.00/1.00 vMB 176
486,936 486,936 0000000000000000008add527f948bce9acb7c3c848d038334884dfeba0c6636 2,367 1.00/1.00 vMB 165
486,935 486,935 000000000000000000c81eeaa0e0274e0376a8ec21f801c4b78b3a6c71ef37e6 2,615 1.00/1.00 vMB 138
486,934 486,934 0000000000000000009fd230518a5b3d50ebcd5120a844c265d6fb67b21382cc 2,427 1.00/1.00 vMB 181
486,933 486,933 0000000000000000008b916551b4078177ac57d521cc295e82f237641bf4d19c 2,312 0.98/1.00 vMB 182
486,932 486,932 000000000000000000fe3566aa3e0f0f59474c1baf4afb61e1f0c2cacacaf575 2,582 1.00/1.00 vMB 196
486,931 486,931 0000000000000000008341269d0551365f11d3f2c25f63bcfe03a8526ba20904 1,709 0.98/1.00 vMB 175
486,930 486,930 000000000000000000730006d2128ff1e4f907a44ab416e3b1ce7a4ad8955fea 2,787 1.00/1.00 vMB 148
486,929 486,929 00000000000000000082dbb9268d04c1c4926bbe064a26d849707bec2150c530 2,213 1.00/1.00 vMB 169
486,928 486,928 000000000000000000a852765c6ed1da07228686b57b22c99684957f57ba0424 1,896 0.98/1.00 vMB 188
486,927 486,927 000000000000000000cad3fc3d910ca623582abcc41aba868eb64af420e127d1 2,219 1.00/1.00 vMB 150
486,926 486,926 000000000000000000fe932ad4104e35705dd4f83ef139332bfd006c1241d63e 2,186 0.98/1.00 vMB 148
486,925 486,925 000000000000000000c27e88490355bade30f979abbb3342957f132c65600eb9 2,385 1.00/1.00 vMB 156
486,924 486,924 0000000000000000001e33f3d86676dffdfd190715e638e444d34f4d0a8f4ee2 2,139 0.96/1.00 vMB 160
486,923 486,923 000000000000000000e2a0c7fea3bb6e9bc702156ff8dc6993a8bbea63314d5f 1,810 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.