Loading Tool

Explorer IconExplorer

Memory Pool

82,243 transactions
30.05 vMB
0.14960986 BTC
Random Selection Loading Transactions
Max Size: 182.09/200 MB

Candidate Block

Mining Attempt 7471a99126405abd11a1f6bc0255d0fa582dfb0be7860550f982bd9bc9430b53
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root c7216b2f83d1f8fd978c08a1ad67edee49830165c4df797e3202932701ef0926
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.07905848 BTC
Feerates: 101.65 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (537,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,801 377,801 000000000000000003701e79082b9972ae570c65407fc7667246d40e1572e33c 2,360 1.00/1.00 vMB 39
377,800 377,800 000000000000000002f6fcaedb0f23287de10465ea91dda5f0aeeaa35c026194 2,240 0.95/1.00 vMB 40
377,799 377,799 00000000000000000560b2fc9680f27c5f0d0453220ccd861101d39ce0d4ce37 2,777 0.93/1.00 vMB 43
377,798 377,798 00000000000000000c7984ab8db99e954879144cffa5e1014d66b107208713c2 1 0.00/1.00 vMB 0
377,797 377,797 000000000000000006633e8a161f839c41e6f7b1a8801331f50631480e5b9039 1,086 0.50/1.00 vMB 83
377,796 377,796 00000000000000000900cde78c9dedc11885c2bb48085d023a242814c6e7f219 593 0.36/1.00 vMB 33
377,795 377,795 00000000000000000a146ad9080515bf47795e880cf77da82295487eb714ad14 652 0.93/1.00 vMB 9
377,794 377,794 0000000000000000077aa00ead5af144ab0386cf32aa645f99ab876704e3d7dd 665 0.41/1.00 vMB 29
377,793 377,793 000000000000000010da68c15cc3c10ff14af438c6e3f2e51c820f834d334a1f 1,345 0.93/1.00 vMB 23
377,792 377,792 0000000000000000070cb997d46a8209b4d910bed8ec54620cb19cc0f0f3148b 1,487 0.67/1.00 vMB 37
377,791 377,791 000000000000000006f91e81673562c904d55273932e0562fbab00815768d2f8 1 0.00/1.00 vMB 0
377,790 377,790 00000000000000000da612d83066828592e931ffe63b08834b52836d3de2ebda 2,248 1.00/1.00 vMB 44
377,789 377,789 0000000000000000073f070fed196774741fc4a5569f3092991c6551815971e7 1,586 0.99/1.00 vMB 24
377,788 377,788 000000000000000007127f5683cf33fd8b422297d9894c8f1197b7bee220ab38 2,640 1.00/1.00 vMB 47
377,787 377,787 000000000000000001b53f94f261e384387ddb54ab3f7e7c8c54548f76bcf8bd 414 0.94/1.00 vMB 7
377,786 377,786 000000000000000011062df069503708230d3895630a106618e4e0597185afa3 580 0.95/1.00 vMB 11
377,785 377,785 0000000000000000033e56fb7736a913f556e70e948510412a7fc395c25edd36 1,048 0.47/1.00 vMB 46
377,784 377,784 00000000000000000b256a0875111dee348138967a6716b8027f22410b6c218d 738 0.92/1.00 vMB 11
377,783 377,783 00000000000000000f025b44f13d054ef70e723831d17c38ff616d54967f9e54 1,632 0.99/1.00 vMB 28
377,782 377,782 00000000000000000815f3ee14df806d48006870e353d0781f1975fedd8dcebe 973 0.58/1.00 vMB 19
377,781 377,781 0000000000000000067e994c974b3e5e49b8066e4326afb498099a9c7a3d0522 2,589 0.95/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.60 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.70 GB
    • Received: 15.99 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.