Loading Tool

Explorer IconExplorer

Memory Pool

79,108 transactions
29.58 vMB
0.07155464 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt 2bc46413c1edeb670945fae3ebe544d0bdd05e970825fef1c53de7def9aae11d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root d7974bc9baa5a6d18356773a4128f3aa4e54389e95a3e9089e8729b8564a03a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01146468 BTC
Feerates: 60.27 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (74,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,090 840,090 000000000000000000003eb740be632a4246f58f15822e9341faf6b056f2e419 4,404 1.00/1.00 vMB 546
840,089 840,089 00000000000000000000806e62118e63004b50245b62769fa011931aed701478 4,635 1.00/1.00 vMB 709
840,088 840,088 000000000000000000019898009dc57d32aba6e7ae43ab9e5e7760d827092829 4,850 1.00/1.00 vMB 1,003
840,087 840,087 00000000000000000002f0b43716d5b197adc2e29c918167fb3ce673be9643f3 4,686 1.00/1.00 vMB 927
840,086 840,086 000000000000000000011cfb32124d784a8d3e4b0067c630343fcb163aa63aba 4,549 1.00/1.00 vMB 1,051
840,085 840,085 0000000000000000000090105c48b84aa1ebc6511ffd28ea81022fe8b25de37b 5,225 1.00/1.00 vMB 1,085
840,084 840,084 000000000000000000032acb84ff0b9620f8584ce3b6b566c14e363e27d44fa4 5,208 1.00/1.00 vMB 689
840,083 840,083 00000000000000000002956ca8c9e1bc3f8b64e2eaa105b76c147644d5ed7f6a 3,935 1.00/1.00 vMB 441
840,082 840,082 0000000000000000000231d7a48c5ac96e666494e1f8f7cb41c4df8218ef73fe 3,888 1.00/1.00 vMB 567
840,081 840,081 000000000000000000018122945cc6a571237351070bf51f1c0f718177a30ca3 4,140 1.00/1.00 vMB 597
840,080 840,080 000000000000000000032dd29a3d5920be7c0248375af1e0b837a9ce35f31bd8 4,301 1.00/1.00 vMB 662
840,079 840,079 00000000000000000002756411a2062772db88dfdd999b4e7ace2ea1029708ba 4,179 1.00/1.00 vMB 781
840,078 840,078 0000000000000000000082bc6aec972ad9a2708b8f922fdc0672728d03366ce5 4,588 1.00/1.00 vMB 937
840,077 840,077 000000000000000000018bd4948d21337c98ea27cd5586393a31c644ce9ab1ce 5,294 1.00/1.00 vMB 1,120
840,076 840,076 00000000000000000002e72a1bafe4e7667a6c49c0ae0b9196e943c85309bc02 5,843 1.00/1.00 vMB 481
840,075 840,075 000000000000000000020e131858f9e5ee21c487d21e626b67854c1a4554cf61 4,551 1.00/1.00 vMB 394
840,074 840,074 00000000000000000000fbb0215b1067199e57e99b5b1fafc59afa8d2652a9de 5,096 1.00/1.00 vMB 540
840,073 840,073 0000000000000000000322b7d9541a82a64e77efbd2deff1d6790849aa841383 4,665 1.00/1.00 vMB 382
840,072 840,072 00000000000000000001049708d66e565743074367d9c3dc6341254973d0c512 4,892 1.00/1.00 vMB 378
840,071 840,071 000000000000000000024617b4d2683c6170844f7bbd76ef0d3c5a2c5dcbed78 4,303 1.00/1.00 vMB 417
840,070 840,070 00000000000000000001b4b41c5d7e1904da04facc8cce1a30fe202f5a83944c 5,153 1.00/1.00 vMB 625
Previous 10 blocks ↓
Total Size: 782.39 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.64 GB
    • Received: 15.02 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.