Loading Tool

Explorer IconExplorer

Memory Pool

86,088 transactions
31.39 vMB
0.20295108 BTC
Random Selection Loading Transactions
Max Size: 190.50/200 MB

Candidate Block

Mining Attempt 84aa7abb3d2319b8da1b3565af296552fde589227af02676fc8e748435dd07d5
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8b3e37b8f5977bdaca0bec6efac6a237193f09dc92e5d5eab8a2a753fe78292f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.10280876 BTC
Feerates: 502.67 > 10.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (147,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,529 767,529 00000000000000000007d75ea97c9b416e24584192dbd5fcf501429ed5d7f90f 3,073 1.00/1.00 vMB 21
767,528 767,528 000000000000000000047688c5077cd177758dc737c43178cedf11eee5b27494 2,924 1.00/1.00 vMB 19
767,527 767,527 000000000000000000039d00152e8e1a218a836fc792c467a5b0ce674c3f04ec 2,230 1.00/1.00 vMB 9
767,526 767,526 00000000000000000007dff2f4e0e8ae01df1404a8e186bc0eecb8ebffaa49b5 2,802 1.00/1.00 vMB 23
767,525 767,525 000000000000000000046f4bcb8d7299c2fd79b50202779b8689ac6d55799fe9 1,350 1.00/1.00 vMB 13
767,524 767,524 000000000000000000034475df6a6007bb232832df68648eb54de08de1d22968 3,195 1.00/1.00 vMB 23
767,523 767,523 00000000000000000003fdf65ca9dae27b7e97117a2f088e360d21dcbb9b06b0 1,868 1.00/1.00 vMB 8
767,522 767,522 000000000000000000007a34296cd27aa48d320cfc7fc4db7b03a410608d4f1d 1,745 1.00/1.00 vMB 12
767,521 767,521 0000000000000000000757d6a46d99d513c09ab9392a0f5a5077e3e2d8fece4e 1,421 1.00/1.00 vMB 7
767,520 767,520 00000000000000000006a518db5c2fcb02ae95ba6aeb035605ae51ba09e6c2f4 1,916 1.00/1.00 vMB 13
767,519 767,519 000000000000000000081820ae50eb566eb6a5910d901b35f25976acad4f3f7b 1,187 1.00/1.00 vMB 16
767,518 767,518 0000000000000000000369380dec358bdd5dd439d8f28af916d24c234fcd8455 3,430 1.00/1.00 vMB 15
767,517 767,517 00000000000000000001466acf338a77e30f67ab055dbcf1b9a4e78fe63365fd 2,977 1.00/1.00 vMB 33
767,516 767,516 000000000000000000076794a44bb5208940b9a020acbe238537b26f731f7fbf 2,529 1.00/1.00 vMB 5
767,515 767,515 00000000000000000002423099326cf94fc5eb0e2bae5ac2b93f16c5923a7ba7 2,539 1.00/1.00 vMB 11
767,514 767,514 0000000000000000000398aa645a0b93daa2180f7039b4b1cf0a2aecd848e78c 2,880 1.00/1.00 vMB 22
767,513 767,513 000000000000000000036485d14676e1a86ed796f8d36f2bde1a11d23d865cde 2,941 1.00/1.00 vMB 22
767,512 767,512 00000000000000000000aa2b14e0fb8c15c027261f96974a86fd7275a6f54e6d 3,847 1.00/1.00 vMB 28
767,511 767,511 000000000000000000061e3165510811e5853ebb058e05761d6892bf0fadc74c 1,070 0.34/1.00 vMB 14
767,510 767,510 000000000000000000076a5c4b06614bcdf0694b9efcd480a4867638a3cda362 460 0.18/1.00 vMB 12
767,509 767,509 0000000000000000000817ef5b215b9c92a85a6aaf14c98fc9fc1dc7a2dee92d 398 0.27/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.