Loading Tool

Explorer IconExplorer

Memory Pool

80,299 transactions
30.05 vMB
0.11878226 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt 80d31613f19d29afd90f937e008c5cbf316f8f1bb464158b3a6c95e718e0c44d
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 5b6a8793216bd33d1b076950863a1e34dcb63c7b5972cd8924d57b27041afa5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,792
Size: 1.00 vMB
Total Fees: 0.05740143 BTC
Feerates: 180.34 > 5.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (470,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,140 444,140 0000000000000000016366c998598e82754ca5302afb193b9ce133c4c17cbac6 3,126 1.00/1.00 vMB 106
444,139 444,139 000000000000000000428fa02714a208a27ffcc2649266ce22ca7fb817f4eab9 2,261 1.00/1.00 vMB 82
444,138 444,138 000000000000000001b6d5bc0e69291305079c5ee77e0f65da3e932f6a91dad2 2,750 1.00/1.00 vMB 92
444,137 444,137 000000000000000001a1883f10a770af1eeaf2f6ecfec07f824ef5eab3a61da5 814 1.00/1.00 vMB 32
444,136 444,136 000000000000000002992517a1bd4b3c5eef5e5ed486ff36642357bad4c59f36 1,602 0.80/1.00 vMB 75
444,135 444,135 00000000000000000064aea24f81b81c9f294c5c484a6f631adbfc85470ca578 69 0.02/1.00 vMB 126
444,134 444,134 000000000000000000bdc597a6e635093723f2b21b750c07a58bdf9a38a5e0b8 1,816 0.99/1.00 vMB 66
444,133 444,133 000000000000000002f184e3e5f013d02890d0cb8ba490187ef928f6b18634bd 928 0.98/1.00 vMB 35
444,132 444,132 000000000000000000ea12067b5a7d0b3b8239961d38237d631b985cdd8dd60f 538 1.00/1.00 vMB 20
444,131 444,131 0000000000000000005df9be81fa02e311550bb02ad296c313dcdb32cdf8861a 863 1.00/1.00 vMB 25
444,130 444,130 000000000000000002f87616656bf8fc2364b371a413f6cc2562fb540bba1484 767 1.00/1.00 vMB 35
444,129 444,129 000000000000000000e7b5d4a5a05d18edd4ce71d5e0cfcd12cc006a6375bb5b 1,225 1.00/1.00 vMB 41
444,128 444,128 000000000000000002633c49c98dc23d07525eb4fbcaa135298056a70ade04e6 1,977 1.00/1.00 vMB 69
444,127 444,127 0000000000000000002442764e434f6cb57618cc809f274dd29bbbe13ab0d922 768 0.99/1.00 vMB 51
444,126 444,126 00000000000000000279fb56e9d29f67167f55ac925f47f0aa1e79d8616e09cc 1,585 1.00/1.00 vMB 60
444,125 444,125 000000000000000002af8075f45babd50912afed1af7b9ce8fabfb8fcefb3c33 2,809 1.00/1.00 vMB 88
444,124 444,124 000000000000000002eb6059fb1a32f8d62b5b133490309172da7bad83853241 2,161 1.00/1.00 vMB 71
444,123 444,123 0000000000000000037e292f566394037636f289534d1aa2e0e4ed720a567b94 2,774 1.00/1.00 vMB 92
444,122 444,122 000000000000000001bee912e5b430e2370f3ab91d3d42c5c5b4fe564ad87265 2,261 1.00/1.00 vMB 79
444,121 444,121 000000000000000002de948d41aabe1041a2ab8f95dad1ba6758c2b7513a60c1 1,234 1.00/1.00 vMB 68
444,120 444,120 000000000000000002785a93f8b816cb7c6a60efe20be2c00f061c6c8f2a88f3 2,118 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.