Loading Tool

Explorer IconExplorer

Memory Pool

79,333 transactions
29.70 vMB
0.07721675 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt ca242d2e1244968f3d96b357890bbe27525d687645b7ce0b0856b43e9245016a
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 8d95517bd58c053a42ecfa0df7e6116c4a030efc284e4b8d3f282ae274d6396b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,741
Size: 1.00 vMB
Total Fees: 0.01679062 BTC
Feerates: 313.32 > 1.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (311,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,613 603,613 0000000000000000000c580b6d1e9ec90917630b3cf300bf7bc7825fb3262591 2,738 1.00/1.00 vMB 27
603,612 603,612 00000000000000000004ad025e756c9f2f9cb88b5fb5203c14305d2f381cce62 2,803 1.00/1.00 vMB 17
603,611 603,611 00000000000000000005beb0092d9fe6b9996f07ff27019a843084c3a3423494 2,981 1.00/1.00 vMB 15
603,610 603,610 0000000000000000000061b3d48e5263e1bdf3e0d3a5d5be444e06e5158d2c9a 3,138 1.00/1.00 vMB 27
603,609 603,609 0000000000000000000f14ad78bdb79fdde786acbc0d6bbd098fa8b6eeb89bd2 2,770 1.00/1.00 vMB 44
603,608 603,608 0000000000000000000500d5be6eddfa169a3ddc92fedc3efd238e61756f81ea 2,441 1.00/1.00 vMB 26
603,607 603,607 0000000000000000001545207ff0cf565de498eae024f2520da8f933890ffea8 2,183 1.00/1.00 vMB 25
603,606 603,606 0000000000000000000cc67f09cdb8191587b56034c04f842207bcc21d1ce287 2,326 1.00/1.00 vMB 26
603,605 603,605 000000000000000000008be085f9f222c2618d0ee182d62923565120c8dd5c6a 3,272 1.00/1.00 vMB 30
603,604 603,604 0000000000000000000775929c91678b3dcbf841d3ef6ca5f0a7f7be20124d24 3,343 1.00/1.00 vMB 32
603,603 603,603 000000000000000000031aaa0b407c4512049a9bf4f3acd96d7cc961b361aedc 2,791 1.00/1.00 vMB 38
603,602 603,602 0000000000000000001469ea07f69b0732262f06636f2037a30d273c8bf821c3 2,838 1.00/1.00 vMB 48
603,601 603,601 0000000000000000000af06edf36030b711628b4fcc84661b133ef421f33ab4f 3,046 1.00/1.00 vMB 38
603,600 603,600 0000000000000000000a8244a4b7d85d4a07c2965fbd52ce8795b8ec6fc9cbad 2,467 1.00/1.00 vMB 22
603,599 603,599 000000000000000000009ff2fb635eb0038409a45c28303875df6ca415b7fe12 2,628 1.00/1.00 vMB 29
603,598 603,598 0000000000000000000d17d84fb1c1b7b3a2615a7215c1328d6795712d91c202 2,827 1.00/1.00 vMB 25
603,597 603,597 000000000000000000091d3b0cbae8182b59f1a1e292fc3daefe1b63ac049d45 3,017 1.00/1.00 vMB 21
603,596 603,596 0000000000000000001394592557e2d8464fbdca85279bfe69f4a2a6d2172e6f 2,306 1.00/1.00 vMB 17
603,595 603,595 00000000000000000014660d9175d5d7a808661666aa3d431bb1d275c3beeed4 2,919 1.00/1.00 vMB 41
603,594 603,594 0000000000000000000c72f10f5929c023f092914db35acff5fa17a43f67885d 2,751 1.00/1.00 vMB 36
603,593 603,593 0000000000000000000fd0ee853251da494ad8ed09463e6772d775cf1d1d120e 3,135 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.