Loading Tool

Explorer IconExplorer

Memory Pool

82,659 transactions
30.45 vMB
0.09868389 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 6f1894e315133aa5c782ff5c3b0eb6ac687de5c0e7ed26944e878a0aa7e2d60d
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 414f4af42d3e62fcaa93bf11b8f267ab67fe0a7516ec17c2e63a1feb8c1a5b03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03509005 BTC
Feerates: 454.44 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (779,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,345 135,345 000000000000088220cdb017f1c128b01a5237ab02f7a49f291dd6216f6815e0 6 0.01/1.00 vMB 1,092
135,344 135,344 00000000000000e84db0f8744e32e732561142a9d27dee0e97f4ec2c8c103254 85 0.10/1.00 vMB 289
135,343 135,343 0000000000000878f51295431239d35c851cec8845a3280390de391436b9d4f3 212 0.07/1.00 vMB 595
135,342 135,342 0000000000000725e69a3072d57c6a4eb009bdd71a36ee84c77bcd3694443f78 10 0.00/1.00 vMB 343
135,341 135,341 000000000000033bd866e266a842b96dc2e2d4fa49b669fea98c6db4c30df137 4 0.00/1.00 vMB 1,291
135,340 135,340 0000000000000934998abc076882c1929fc83e92ddd28f8983d09a4b7c1a8d9d 15 0.01/1.00 vMB 361
135,339 135,339 0000000000000aae18f031fcef0088d866fa0d1fbb1d615ef3944af2d04faf3e 11 0.00/1.00 vMB 395
135,338 135,338 00000000000004c82d4fdc4e470d2ec4635d4a463a61ae81cd12d82225997a79 36 0.02/1.00 vMB 437
135,337 135,337 00000000000009f5bb63687ffc18ca6dc624151f4cb1ce344f72454b4e8dd06a 86 0.03/1.00 vMB 56
135,336 135,336 00000000000004bf57b2b615ab810358f9940ab072a1631d5ddaf126c6f2a04d 120 0.05/1.00 vMB 418
135,335 135,335 0000000000000118659f3c02b03e47111596ee555c4d2bdb26906d799d4e6456 50 0.02/1.00 vMB 112
135,334 135,334 00000000000009bb2369d756b22aee04b53556714fe580cc888f2c2e77c1ef89 73 0.05/1.00 vMB 125
135,333 135,333 00000000000006cf818bb08e033d852b285ba194e48f20afd7070f6729c7e862 74 0.03/1.00 vMB 828
135,332 135,332 00000000000001c0d8cde60ba2693964893e5bb40a217854786cf5c550a5e5a4 14 0.01/1.00 vMB 117
135,331 135,331 0000000000000873c2175c3f4e410fefd05174d63fa6e8b7754b7d0ad7cbb8f7 134 0.05/1.00 vMB 321
135,330 135,330 000000000000020d28fc7e75ea4e79c183ad45355850db53b040f9135d435851 5 0.00/1.00 vMB 827
135,329 135,329 0000000000000a0601fe0b122d824c5a856cad7dcd7cd0543e6fe07bbd78c70f 88 0.04/1.00 vMB 275
135,328 135,328 0000000000000459117db25238c1994bd489afe96e5aa0742d11d3f8a928f869 68 0.03/1.00 vMB 889
135,327 135,327 00000000000005d082a3b75219baaa0970efae200dbd3d4e1d01ee0ecfff571b 53 0.03/1.00 vMB 619
135,326 135,326 0000000000000a8d7fee640f1a43b166b7bcc85de65e031e180deb87909dcf11 12 0.00/1.00 vMB 555
135,325 135,325 0000000000000449ebbfd09827262f855d4fcf7d8044b9f67eb02cd78fdb0714 13 0.00/1.00 vMB 986
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.