Loading Tool

Explorer IconExplorer

Memory Pool

82,720 transactions
30.59 vMB
0.07287929 BTC
Random Selection Loading Transactions
Max Size: 188.23/200 MB

Candidate Block

Mining Attempt 7181a8766899073455d3bbf251d922dbbc6d300c037eaf87bc125c685e29e20b
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root 73e553ad0ddd82a36df24b0b728f398121850bf05481e0a82d934fc72f3d163b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,948
Size: 1.00 vMB
Total Fees: 0.00435791 BTC
Feerates: 40.21 > 0.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (451,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,524 463,524 000000000000000001d0e3c053e467c122b7cb2588fa177b8633d297fbb835e2 3,287 1.00/1.00 vMB 130
463,523 463,523 0000000000000000019063c1f1b308ea8254aba3afb5fc213230dcdf5f845a6f 2,028 1.00/1.00 vMB 175
463,522 463,522 00000000000000000170f02f8e4576af24d427f99afc64ca2ffeb2263756ef76 1 0.00/1.00 vMB 0
463,521 463,521 000000000000000000b0861e0fe8b6b50c79386a8378a1efea4fde2d318329f5 1,912 1.00/1.00 vMB 151
463,520 463,520 00000000000000000068c18ae801ecd0e701530799696701dee0aa58e738476e 1,168 1.00/1.00 vMB 105
463,519 463,519 000000000000000001b6a921dd872ba1c34b35ef5b256ec2fb0b8901dc001d43 2,013 1.00/1.00 vMB 206
463,518 463,518 000000000000000001da6a96b9a6f80a13a0d812bc6d8580d8a7ce299f719fb8 1,944 1.00/1.00 vMB 158
463,517 463,517 000000000000000001d265f7cd91be5b5d2ed7b653f2c12e2b745f85f84c69e1 2,446 1.00/1.00 vMB 182
463,516 463,516 000000000000000000d68aa24b2658171e778a47fb2c533753ce267123148207 2,106 1.00/1.00 vMB 163
463,515 463,515 00000000000000000014f49f8286675710c11c35844549db572934c0acdd304d 1,880 1.00/1.00 vMB 158
463,514 463,514 000000000000000001fcf8d9dbba55209053582abe230deed33fc51cf312017d 2,101 1.00/1.00 vMB 138
463,513 463,513 0000000000000000003ff472ba99f3e1f3b3044e2210a5e409686306bbb8e9d2 2,355 1.00/1.00 vMB 182
463,512 463,512 000000000000000000e2193bfd3a5f7f4f4f9bd0778b919f10d6686371a4f30b 2,645 1.00/1.00 vMB 184
463,511 463,511 0000000000000000016b918ce4d0c7f6ef34d06493d055df31257532b4b585ba 1,934 1.00/1.00 vMB 181
463,510 463,510 00000000000000000043fff6f66df06082e3b37449280db883baf7c3013b3a8d 1,607 1.00/1.00 vMB 170
463,509 463,509 000000000000000002111940b71eb24c9095748265fe5f73bcf8d533f77a1126 2,167 1.00/1.00 vMB 160
463,508 463,508 000000000000000001a973d0d747adb2ee70912d90e7651bba0322994f7f1c16 2,602 1.00/1.00 vMB 131
463,507 463,507 0000000000000000004e8aa60c5c9266644e9d370c19a1abda821f48dddeafff 2,852 1.00/1.00 vMB 220
463,506 463,506 0000000000000000020f67a8e088ea4d9e3ccfd29912a2a0a7b3bae3d04d54e2 2,546 1.00/1.00 vMB 185
463,505 463,505 000000000000000002063a3e947af2158e51b4939c7c6c05594cc6a8b35943c9 1,900 1.00/1.00 vMB 137
463,504 463,504 00000000000000000167c0a0fe14a56771ed80b284c94ed191add63595750d86 1,926 1.00/1.00 vMB 154
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: 10
  • 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.