Loading Tool

Explorer IconExplorer

Memory Pool

81,854 transactions
31.61 vMB
0.10318648 BTC
Random Selection Loading Transactions
Max Size: 191.01/200 MB

Candidate Block

Mining Attempt aba8ba0874f62651d1c83823ccaa2de504d03a1d3e3a8195ebcff8ae2795a1ac
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root c53bd890cbfdbe85a505f86154c7c516bc721aa81a64cbd6d313a50ab847144f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,558
Size: 1.00 vMB
Total Fees: 0.03151851 BTC
Feerates: 265.25 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (423,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,427 491,427 000000000000000000e7e9f58fa13f7cb7bc21d8d695248fece9d53840c1e82d 1,321 0.97/1.00 vMB 39
491,426 491,426 0000000000000000008e6f7c1ec3aba2ddd33c07f7d09ba3b47ed03736acb80b 1,868 1.00/1.00 vMB 66
491,425 491,425 00000000000000000079fa01f502f05fad0fbc6967a39f5d9542d91143b5577c 1,704 1.00/1.00 vMB 100
491,424 491,424 000000000000000000e6408de608d109e7a82d7c96f1380c72eaea2052b931da 1,825 1.00/1.00 vMB 106
491,423 491,423 000000000000000000a0e7794d1613cd7321599a24cbae839593f3fa92edb794 1,968 1.00/1.00 vMB 59
491,422 491,422 0000000000000000006eddf532ab8a4877293e4b2202da80c196058c486a0dfc 1,841 1.00/1.00 vMB 49
491,421 491,421 000000000000000000cd0aa242075a8e0325cc0fd05e19a10b611334f6248690 2,338 1.00/1.00 vMB 100
491,420 491,420 000000000000000000c67665f160a5e73164cedc0715aae9b4a8e12d171b1f70 2,103 1.00/1.00 vMB 77
491,419 491,419 000000000000000000e32f0a677371a76b3c991c9347531149cf96a7eb225137 1,900 0.95/1.00 vMB 128
491,418 491,418 0000000000000000002832b2a4e6a1bd06b1db93df228d7a59542e929f850525 2,381 1.00/1.00 vMB 133
491,417 491,417 00000000000000000090a0f3df9b9a564c9acae8000565b72350a38ff32d5484 1,845 0.98/1.00 vMB 105
491,416 491,416 000000000000000000c2a2c290a71a1e16ab0c7427b1cccc1cadf09ece8a10c6 1,969 1.00/1.00 vMB 58
491,415 491,415 0000000000000000002d6616b905e2f4e5952a539b8cb800a0d52ea76cf0951c 1,856 1.00/1.00 vMB 102
491,414 491,414 000000000000000000df2c8427f270b3d4e7b6c0a6efc665d8efbdec458f9ee4 2,229 1.00/1.00 vMB 158
491,413 491,413 00000000000000000034f355fd823b893d31d84dfb5430acdc32b17186f9ff96 1,513 0.94/1.00 vMB 75
491,412 491,412 0000000000000000009c775abd7d15100fc7738716088d89aa6f2c2ab0b261ea 2,613 1.00/1.00 vMB 157
491,411 491,411 0000000000000000002c4a3ce5c5dbd365a49970216b106cacc2e33d1d392dbc 1,674 1.00/1.00 vMB 131
491,410 491,410 0000000000000000007144eb1df58fa2957f5b26e0401d4170c30517f7de664d 2,100 1.00/1.00 vMB 74
491,409 491,409 000000000000000000ac1741af6fbb378f82b9a3b8f94b208ae55a6d9ddf51e2 1,752 1.00/1.00 vMB 84
491,408 491,408 0000000000000000002ac644c9ba8ac3be966276fb7fc8f3baa1a3b9bdc615f1 1,988 1.00/1.00 vMB 199
491,407 491,407 000000000000000000e5438564434edaf41e63829a637521a96235adf4653e1b 1,139 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.73 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: 707.58 GB
    • Received: 16.69 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.