Loading Tool

Explorer IconExplorer

Memory Pool

39,241 transactions
27.43 vMB
0.05918610 BTC
Random Selection Loading Transactions
Max Size: 140.16/200 MB

Candidate Block

Mining Attempt 1712a1d3835a09ac1b3f75828ceb098bbc9129c3fe3f72ffcdfe5cee01c0f73b
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root 9de9f66143478c5d463436ba516a48b9fe6455c70357370189fadcaaf37808f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,630
Size: 1.00 vMB
Total Fees: 0.00719822 BTC
Feerates: 71.81 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (207,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,108 707,108 0000000000000000000d76d14cf89c3e51fde20de59661e08771e5cc14a34912 2,776 1.00/1.00 vMB 23
707,107 707,107 0000000000000000000bc8db227ebdcc6e25af1adb45c3d404eb57daa8970ca2 2,367 1.00/1.00 vMB 9
707,106 707,106 0000000000000000000bcca9211da11e805cc5ddd22f8ea116c8f552ed09f9fc 2,096 0.93/1.00 vMB 8
707,105 707,105 000000000000000000093e49f6ac53cacd7dda3e8672e5f713e4ccac6d2f5cdf 2,660 0.92/1.00 vMB 10
707,104 707,104 000000000000000000069d4bb6e0e4b56e0ec6e79ffd15bb15475df879f6ec91 1,174 0.37/1.00 vMB 3
707,103 707,103 000000000000000000025d4df57be60405e83422814d7558853346bf8b83848c 2,139 1.00/1.00 vMB 16
707,102 707,102 0000000000000000000a7e3d613f4c9557fb61c5e491f48dc1fbed47fc58f66b 798 0.44/1.00 vMB 5
707,101 707,101 0000000000000000000255c53fe26a25ef3b1a720b92f94f35c543a9bd4b84a9 2,302 1.00/1.00 vMB 8
707,100 707,100 000000000000000000047f15cacc9c28ad28a9d86413c73253062eef252eca28 2,726 1.00/1.00 vMB 2
707,099 707,099 000000000000000000001bf154cabd5965063e1895facf62b9fd939f507c025f 3,095 1.00/1.00 vMB 9
707,098 707,098 00000000000000000009cb0af2695793901403ae7be837578a47e858c37e8f0b 2,524 1.00/1.00 vMB 18
707,097 707,097 00000000000000000001e969058550230c917546bb03f1fdfabd52c52f5d7062 1,265 1.00/1.00 vMB 5
707,096 707,096 000000000000000000024232d0a7d5477f688416fbe22cfe7ed16cf5f81b2180 2,126 1.00/1.00 vMB 8
707,095 707,095 000000000000000000038d61ffe2409d25e3dab44dbef5bcfc251394472adf13 3,083 1.00/1.00 vMB 7
707,094 707,094 000000000000000000035b4905bb6980360d40ec3a6996e10980e9d140451caf 2,531 1.00/1.00 vMB 12
707,093 707,093 0000000000000000000d35653dbef1cb4e0a5ad0d3f22c268a360805ece5d068 3,365 1.00/1.00 vMB 15
707,092 707,092 00000000000000000006d646e14c071cb6ce38e9e1bcf52ad4fb021aa6992e1a 1,155 0.34/1.00 vMB 10
707,091 707,091 000000000000000000040703355a9bf0c1484fe26f2fdf782d186118cb61eb34 2,904 0.98/1.00 vMB 6
707,090 707,090 0000000000000000000609c42684ead5ea3ba8962ed6a1a86d0384b6f4886f86 2,661 1.00/1.00 vMB 16
707,089 707,089 0000000000000000000dee15e9a1fe61f670cd99a106716a83d9cd26458352e9 1,581 0.83/1.00 vMB 10
707,088 707,088 00000000000000000003d8e6b7497f92da5c6a30137d7c82dabc3f07f51b371a 989 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.75 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: 631.88 GB
    • Received: 12.08 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.