Loading Tool

Explorer IconExplorer

Memory Pool

45,610 transactions
27.93 vMB
0.09165618 BTC
Random Selection Loading Transactions
Max Size: 146.73/200 MB

Candidate Block

Mining Attempt b36e6baaef338004c412217aa9eb5544996cb2b1e446fa0182c37ca73a766515
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2812b2658c91691b4e6c66c7d2bdeef9981176af2ed258e37e3d60560ba2eb8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03623818 BTC
Feerates: 197.49 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (291,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,801 623,801 0000000000000000000053c1586f85f3fbef5ebccbd77bc4bf139cc8c532d740 2,325 1.00/1.00 vMB 20
623,800 623,800 0000000000000000000521835f7950be99d889f3d61aaacdc80de027a4f030bc 2,162 1.00/1.00 vMB 16
623,799 623,799 000000000000000000050928f8a30b9662a4bc02aea074a14cbb1c0625025d06 1,478 1.00/1.00 vMB 7
623,798 623,798 000000000000000000088c15c780b99fe938392e28979cd96155c26d2d45875b 3,047 1.00/1.00 vMB 26
623,797 623,797 0000000000000000000871bf1ca02f168066b0d8dcb8794e0f3061218a3c68e3 2,604 1.00/1.00 vMB 28
623,796 623,796 00000000000000000009dc401eb8e95a5275facc60821470733a2c8260f83e81 1,860 1.00/1.00 vMB 18
623,795 623,795 0000000000000000000045b75ebbf9cd6422c2425e20f9ebd04e353b98444c41 2,270 1.00/1.00 vMB 31
623,794 623,794 000000000000000000079ddca68a1fe0ad04f3e7aaf6e839f4ff6ccbdaf1bb65 3,173 1.00/1.00 vMB 26
623,793 623,793 00000000000000000000dae2c566ff1412c265b909aaa956767d2141b55d676e 2,196 1.00/1.00 vMB 46
623,792 623,792 0000000000000000000fcd500f0697f8846aae662461a5b32a65ac27d9d86179 1,394 1.00/1.00 vMB 9
623,791 623,791 00000000000000000009902e0080df65621eb3fc7093099fe89e78f6324ce5ad 2,245 1.00/1.00 vMB 11
623,790 623,790 0000000000000000000ad75b0bd29e1f8df83cbf5cb17150bc76d63217a261eb 2,792 1.00/1.00 vMB 29
623,789 623,789 00000000000000000013c6fba40e5a2cc302fc180a0e73ccbb80fd93270323cd 2,299 1.00/1.00 vMB 28
623,788 623,788 000000000000000000071a22afc67fdca578be63929026ac1c3af40d53776c96 1,403 1.00/1.00 vMB 14
623,787 623,787 00000000000000000000ec0ec58faa8ea627e29e14bc19a1d0063deba7518f66 2,740 1.00/1.00 vMB 15
623,786 623,786 00000000000000000012ea4d9f3af1c8c03bd388de3eacfab541d18cfaa7738c 2,645 1.00/1.00 vMB 20
623,785 623,785 0000000000000000000c64fe67fa17f5e6488473d815c424d3e3ef4f809a9bec 2,652 1.00/1.00 vMB 22
623,784 623,784 00000000000000000004c1ca01f5a12163e6458f8e70efa891dbbd88e77a82fa 2,845 1.00/1.00 vMB 30
623,783 623,783 0000000000000000001108023813d1a990c324e2aa5ca0fdfb2503642a856294 2,333 1.00/1.00 vMB 23
623,782 623,782 0000000000000000000507eed91e31b14a787ddb7af391df50f128b9b5f2e124 2,742 1.00/1.00 vMB 31
623,781 623,781 0000000000000000000ff784829c08d117112b9ccab9d2ecb93cdcc112a46d57 3,039 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.23 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: 655.05 GB
    • Received: 14.24 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.