Loading Tool

Explorer IconExplorer

Memory Pool

44,567 transactions
26.93 vMB
0.06308136 BTC
Random Selection Loading Transactions
Max Size: 141.98/200 MB

Candidate Block

Mining Attempt dafffc61543de8a0274d9809435b5f995b9040795439f9bf66a47ea308f73ef4
Version 20000000
Previous Block 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191
Merkle Root ca02c8004a120f7113a4a939facc45bbf38c7184e4ac2bbf5f1c9a7e64af90f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,699
Size: 1.00 vMB
Total Fees: 0.01326863 BTC
Feerates: 265.25 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,788 (415,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,225 499,225 000000000000000000b07ba4da8674fe664527d76b93c6cfffff2dec2eae9426 1,846 1.00/1.00 vMB 461
499,224 499,224 0000000000000000003185cbfe344fd10a8959aef6fc6df5814b3bd6e137b8ad 2,115 1.00/1.00 vMB 243
499,223 499,223 000000000000000000874c7d94925270a2b964834ff5d5fe8d57fe08e4c7c5e9 2,644 1.00/1.00 vMB 251
499,222 499,222 00000000000000000025692ce5f7554c46ff4243b752f7f0e4b37093e965bcc5 2,845 1.00/1.00 vMB 294
499,221 499,221 0000000000000000005d5caff6a3f5c8525945e1905903d223ecc5012f13da32 2,272 1.00/1.00 vMB 348
499,220 499,220 00000000000000000099ae85870d7d1da6ac082ab2e217cd3466c8a1ad68cee0 2,551 1.00/1.00 vMB 383
499,219 499,219 000000000000000000990fb8393a39206f19144e7dcb4ed9dffa601696835396 2,743 1.00/1.00 vMB 393
499,218 499,218 0000000000000000007cac3e11a7d59d7aa72316d619c9af58a1ab50d1e680c0 2,766 1.00/1.00 vMB 277
499,217 499,217 0000000000000000005720675b0c6031139afccd5776559fa61fa706d1990c2f 2,626 1.00/1.00 vMB 351
499,216 499,216 0000000000000000004f733173a4da0d249ddcba2625d9abfc6b187dd59ea2b7 3,593 1.00/1.00 vMB 379
499,215 499,215 00000000000000000000825c7cf19a8cc2ed7fb5f92ad6478dba7f8a7bb7fa20 2,461 1.00/1.00 vMB 439
499,214 499,214 00000000000000000041d5a380a570c3d4e2298aa39d5a9a2a27263299e4c015 1 0.00/1.00 vMB 0
499,213 499,213 00000000000000000096090963ba87a08f656810b154855b3375f6cc81d5916a 2,775 1.00/1.00 vMB 339
499,212 499,212 000000000000000000639617b442b1b3eb63a54ad941ce1c3551482f3e17891b 2,613 1.00/1.00 vMB 311
499,211 499,211 0000000000000000007ea0fd3079902f1e0a634e5af5dc682fa83dbb9e44fb40 3,171 1.00/1.00 vMB 314
499,210 499,210 000000000000000000986465ad708e79b83b73c3787c0a5d1a426da24163b85a 2,933 1.00/1.00 vMB 345
499,209 499,209 000000000000000000a69de9fe17b5d24935c11994fa76d957c0401bcf63d7ff 3,203 1.00/1.00 vMB 399
499,208 499,208 0000000000000000006245d57a64b346a703df5b13195a2ccfe6fd305994220c 3,058 1.00/1.00 vMB 369
499,207 499,207 000000000000000000567ea7c6abba521ceb4fb1a922ab8bf660bb3202fdd68d 3,104 1.00/1.00 vMB 396
499,206 499,206 0000000000000000007bc0dbd79e2a5016100e85077750641f992b08e29a07c9 2,938 1.00/1.00 vMB 340
499,205 499,205 00000000000000000034b4577c744f6201614e5254e3c6ab030422467e1b84a9 2,477 1.00/1.00 vMB 373
Previous 10 blocks ↓
Total Size: 782.01 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: 649.28 GB
    • Received: 13.15 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.