Loading Tool

Explorer IconExplorer

Memory Pool

84,095 transactions
31.43 vMB
0.17575146 BTC
Random Selection Loading Transactions
Max Size: 188.10/200 MB

Candidate Block

Mining Attempt 285fc9c8db80c491d05d4bad8809473ece62c1ac7ce196ba38eaa00b1b7e87b2
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root d001e6f623d44e25c95bc6b73e7d081a1f4dca0b1bca9f6de7e00d074f3997c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,315
Size: 1.00 vMB
Total Fees: 0.07607371 BTC
Feerates: 401.42 > 7.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (132,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,315 782,315 0000000000000000000297ff7d3d3485f4ce3bccf07e5696818d5e8299d3cb69 3,023 1.00/1.00 vMB 37
782,314 782,314 0000000000000000000264beed890f8b6cdcf3538f1da906659be8d97402e149 672 1.00/1.00 vMB 20
782,313 782,313 000000000000000000001a5f363a1c7121176663082ec016e102270ed90c756d 1,242 1.00/1.00 vMB 22
782,312 782,312 000000000000000000051b2267026934767299577a77d3eedc0b001d0291f676 2,257 1.00/1.00 vMB 30
782,311 782,311 000000000000000000045ec78614a78795fe6cefdb6feb311c8335b01884df17 1,763 1.00/1.00 vMB 28
782,310 782,310 00000000000000000002f2b2dfb25f42c2075b52212bec77e2622622ec73655e 1,500 1.00/1.00 vMB 24
782,309 782,309 000000000000000000026439ffbd2c245786e0c66e96e32630ef785a6be252c1 2,635 1.00/1.00 vMB 29
782,308 782,308 00000000000000000005ecef519e9603a793d4207683b55d6260b51ba87d5aaa 2,045 1.00/1.00 vMB 26
782,307 782,307 00000000000000000000e39347c316b3a9e3e24156688b3705a206a3d7ad964f 1,799 1.00/1.00 vMB 29
782,306 782,306 00000000000000000004e397acdd5983b5b03bdc7e8406bc994381f15d94f3fd 1,063 1.00/1.00 vMB 22
782,305 782,305 0000000000000000000540d106f21f626682b8bf6d237ec221639252fdcf31ef 1,231 1.00/1.00 vMB 22
782,304 782,304 00000000000000000004a2dcaa0e6db06e1f3243aea05cfb9e532dc3341e44ef 1,257 1.00/1.00 vMB 20
782,303 782,303 00000000000000000003c6d36bc070f718e7fb8097c9d2ef150ee9aa6bf8a50b 2,012 1.00/1.00 vMB 28
782,302 782,302 00000000000000000001e8bdfb52feaf47e032618057930efdac627014d7ea47 1,232 1.00/1.00 vMB 26
782,301 782,301 00000000000000000004e788dfd985fc2c23954b619ece1b139226928bc426c6 2,528 1.00/1.00 vMB 33
782,300 782,300 0000000000000000000348ffff3d27db20c88d39244771c2c177902d5e2af20d 1,052 1.00/1.00 vMB 23
782,299 782,299 00000000000000000001c5544d8e1b6a4dbd376c361c9ec77548992aa310312a 1,265 1.00/1.00 vMB 20
782,298 782,298 00000000000000000003f41b9afa64c9e9fe4b6f132b2b9ed4476b6520000e72 2,554 1.00/1.00 vMB 29
782,297 782,297 00000000000000000005a354e6b8d3ccb98f31c78932d396ee9dfad7071b99db 1,183 1.00/1.00 vMB 24
782,296 782,296 000000000000000000048dea2b58f4a8ab9b6c8dff104075c2d097c87f1a14e6 2,287 1.00/1.00 vMB 34
782,295 782,295 0000000000000000000152a73c73fa0f602783dd96c7e08da3946afdbbad4879 1,952 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.65 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: 672.68 GB
    • Received: 16.30 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.