Loading Tool

Explorer IconExplorer

Memory Pool

77,090 transactions
28.82 vMB
0.11780040 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt d917a6422cf3b28d95e9c5121c2083a33a8c8964e7d36b66d91860363ffff9e5
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (428,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,956 486,956 0000000000000000001ab1f6ed21afbb15196a76d60b5b6e8848aa6506de5ef8 2,385 0.98/1.00 vMB 141
486,955 486,955 0000000000000000008ceda3d74f72007172c633a7d0426308cef7f7855447c6 2,421 0.99/1.00 vMB 286
486,954 486,954 000000000000000000b7636e5efa7f0e4ef62d83ceb6acc4b3cc09182608923c 1,534 1.00/1.00 vMB 116
486,953 486,953 0000000000000000008c79be3b605dc04fda0fe25e0bfc2adb9283d17d12e6dc 2,119 1.00/1.00 vMB 193
486,952 486,952 000000000000000000e0a82df4201cfdfe08d6634cf42ca97b146a3c03317f9b 1,778 1.00/1.00 vMB 113
486,951 486,951 00000000000000000040c8382989622f10c70252e8faa6a66f87e9f8ec48cf90 1,711 0.98/1.00 vMB 139
486,950 486,950 000000000000000000e927835561fb6eff2ce2f7003ec2ad3392ee98009029ab 1,896 1.00/1.00 vMB 143
486,949 486,949 000000000000000000b18c38b482b91a0c6c620a16a6fdeb5cd043fa56098a15 2,092 0.98/1.00 vMB 133
486,948 486,948 000000000000000000114eab13eedff6a8ffb28be828755730d6449f6a7627f9 2,746 1.00/1.00 vMB 161
486,947 486,947 00000000000000000091b3977fd76c4b1616bd78c46df042ce69f0dc5593ef75 2,572 1.00/1.00 vMB 206
486,946 486,946 000000000000000000b642246f8d9e3b0ec02f60c9cf15c288ac788c9a2dc01c 2,839 1.00/1.00 vMB 162
486,945 486,945 0000000000000000002ff188bcb84314b06046857af071a2cb36f411acc3d385 2,424 0.99/1.00 vMB 191
486,944 486,944 000000000000000000b6dde0eabc83f59e8bae7aa8f45e95e198f474dd20bfe2 2,414 1.00/1.00 vMB 164
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
Previous 10 blocks ↓
Total Size: 782.59 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.53 GB
    • Received: 15.95 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.