Loading Tool

Explorer IconExplorer

Memory Pool

79,236 transactions
29.49 vMB
0.08440630 BTC
Random Selection Loading Transactions
Max Size: 180.26/200 MB

Candidate Block

Mining Attempt 89530050105bff2aeb350d051068ec6cac3bf13b4d4714320dd8a16120d4795a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ccb7ee42a99378438d7d4d20b83965d24c392450d143085f7430f3da06de5c79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.01958643 BTC
Feerates: 402.60 > 1.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (276,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,913 638,913 00000000000000000011756da2c2460c7a688afc9ff2cef5fd3beda8e0f94cd4 2,624 1.00/1.00 vMB 16
638,912 638,912 00000000000000000002d995516e2d3c40a91953926382c880c010f2b0a23e1e 2,002 1.00/1.00 vMB 23
638,911 638,911 0000000000000000000581d1a3b9fadd27bfaae4797fc6e195617bc689615e86 2,875 1.00/1.00 vMB 20
638,910 638,910 00000000000000000002111442a24b22d2ba48a4ed5cfe2a5ece18aa6e39dd76 2,752 1.00/1.00 vMB 29
638,909 638,909 0000000000000000000f6839659c6964efe02e266236a0c8cba84abd92ccc328 1,113 0.41/1.00 vMB 21
638,908 638,908 0000000000000000000b12e31b1e8b428dc2849410a63975494ebee04368d45f 1,649 0.52/1.00 vMB 20
638,907 638,907 00000000000000000007c537fc095c74c6923ce613c19f908a5d5058e5587ac4 271 0.10/1.00 vMB 21
638,906 638,906 0000000000000000000ae168a0d2670ec386f5b56a422435a9f5f3b636b4f320 776 0.33/1.00 vMB 16
638,905 638,905 000000000000000000060e8a034c79bb675ee79ff07b0d87b826471b84500e71 1,801 0.55/1.00 vMB 8
638,904 638,904 000000000000000000046f61a31874ee94ee1a2905c0c5b311b1fdb773db10a0 1 0.00/1.00 vMB 0
638,903 638,903 000000000000000000102be26f1eae6af6ae9716aabd2b94012d28c1abce1df3 2,673 1.00/1.00 vMB 28
638,902 638,902 0000000000000000000594fb61efcb010f095a21b0a9363f91540ce963e0dac7 214 0.15/1.00 vMB 9
638,901 638,901 00000000000000000009b564f91262d56793586f254293f3fa0944f8478c9568 2,795 0.91/1.00 vMB 18
638,900 638,900 000000000000000000102591fdf70c92104d04c746962efe76f4eb32a4697598 2,844 1.00/1.00 vMB 25
638,899 638,899 0000000000000000000bed23027e7c78d494c1e237e0d976d0e94f358dc05f7a 2,715 0.94/1.00 vMB 7
638,898 638,898 0000000000000000000bf3b8365f85d97ea047f10c2359e6a0c630a3ce7e13fc 2,291 1.00/1.00 vMB 38
638,897 638,897 00000000000000000008e16b2c866f3a9742c78e22f3695b110e8269d64ebf15 1,665 0.64/1.00 vMB 18
638,896 638,896 00000000000000000004cad761046d21f01c40504a99c111400bf95e44cdeb2b 1,619 0.62/1.00 vMB 7
638,895 638,895 00000000000000000009bec0bfdc266698ec9e9dc09fa76b04a770941f2f2a7c 2,539 1.00/1.00 vMB 13
638,894 638,894 000000000000000000092f0d42b1e4e0cafbde09a9ef15808223740d579e6f31 2,943 1.00/1.00 vMB 41
638,893 638,893 0000000000000000000bf208632abe14ba8b07c26a91e245ab651c2fb0232a24 1,730 0.74/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.