Loading Tool

Explorer IconExplorer

Memory Pool

82,803 transactions
30.61 vMB
0.07379189 BTC
Random Selection Loading Transactions
Max Size: 188.39/200 MB

Candidate Block

Mining Attempt 0b385399d6c051c8277950fa7c70daf2cd9aea339eaf71765807aaf42fcda93f
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root e9d51b3a5c817b9fbac61a0a556eeb0a9eba06ec270bbdb6bd3f1af51a3d7e2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,898
Size: 1.00 vMB
Total Fees: 0.00515933 BTC
Feerates: 40.21 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (478,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,952 436,952 0000000000000000034356e1ec6e4e599c5b484276d70155683b0b531af172a0 2,042 1.00/1.00 vMB 66
436,951 436,951 0000000000000000009b5d4922821086f870468a1d4ee0ab1eca9e8c9629dccb 2,196 1.00/1.00 vMB 58
436,950 436,950 00000000000000000022f3ad111161c29e97dfefafa20103bc00fdb713a78dde 2,289 1.00/1.00 vMB 61
436,949 436,949 00000000000000000156b9c485384ca2d0d12dd684c11221b6a0ac1c55ddec72 2,343 1.00/1.00 vMB 61
436,948 436,948 0000000000000000036653a6b2a3374b964665ba4d753722fed70d08653d2488 2,790 1.00/1.00 vMB 73
436,947 436,947 000000000000000001e8bddd5b128ed77c0f15bbd7aa618d780a2d0a6a7c7625 2,779 1.00/1.00 vMB 90
436,946 436,946 0000000000000000031376208eb373edc5b4ef2f29934d5a006e274c1088d514 2,647 1.00/1.00 vMB 81
436,945 436,945 000000000000000003031eba58a34f9cecbd9f5e3b2ac780088f98a6bd8fec1b 1,131 1.00/1.00 vMB 27
436,944 436,944 00000000000000000127e86f1ae9666b9ffb29a1eaad143732c1d7e88e43e41f 1,972 1.00/1.00 vMB 60
436,943 436,943 000000000000000002bf032a20f4d32ae0c4816c62e0b807a9a59b5c01201f48 1,794 1.00/1.00 vMB 53
436,942 436,942 0000000000000000017c1a463f44485a8b8c94ad8735ddef9220350c458914c6 2,634 1.00/1.00 vMB 77
436,941 436,941 0000000000000000030e2f563ae17f38644bdc70cddd95689097e7e99e82d60e 1,605 1.00/1.00 vMB 45
436,940 436,940 0000000000000000009d5a5b6780ea968c9a48acfae970885fc9c389846ddbcc 2,364 1.00/1.00 vMB 75
436,939 436,939 0000000000000000003a3f00c885cf5120a5ea025358c6ba507e8ffc16c5236f 1,940 1.00/1.00 vMB 40
436,938 436,938 000000000000000003f2931efaa940f3664e4510099d509042fb1ed2a2973d1d 1,637 1.00/1.00 vMB 77
436,937 436,937 0000000000000000025a02228a74611a02950af9df1bc86be9e540b82ed992dc 1,688 1.00/1.00 vMB 42
436,936 436,936 0000000000000000032a95c72a1a663b8698eb394bcea5fc6d6020b4457b4a52 2,568 1.00/1.00 vMB 74
436,935 436,935 000000000000000003f0ef2856e696e3cf8d35b3d28dc4a11d774e82aa29d45a 2,034 1.00/1.00 vMB 43
436,934 436,934 00000000000000000318337d0bb3ccdaf65d9657852ac5994c70ec6c18675d29 2,094 1.00/1.00 vMB 63
436,933 436,933 000000000000000002ccbdae69c8d90f305e12a892ab89646f4b80e713fc1135 2,290 1.00/1.00 vMB 65
436,932 436,932 00000000000000000022874b284fc608cb217e424e7e5b3eb882ed3a1422048d 2,812 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.99 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 717.18 GB
    • Received: 17.83 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.