Loading Tool

Explorer IconExplorer

Memory Pool

86,459 transactions
31.48 vMB
0.20801608 BTC
Random Selection Loading Transactions
Max Size: 191.05/200 MB

Candidate Block

Mining Attempt f16a1246ae30968dbc113d82b2f6b98e966ce4c6d0daf14c862c0709a12fc1b1
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9080362bb601c9ae378b86d0abdb70d213c5d84dca330568b0aaedbb91ba9abb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.10515049 BTC
Feerates: 502.67 > 10.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (270,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,724 644,724 00000000000000000009d1a35e88cef59273250f686dbaafb36b438f80b2d35e 2,066 1.00/1.00 vMB 137
644,723 644,723 00000000000000000007d472e0d3a2300d40936174aa9acc26242076eff27a8b 2,841 1.00/1.00 vMB 117
644,722 644,722 0000000000000000000e32b79c00a1ccfc84a8a09ba5ca767326f67c7b99a348 2,223 1.00/1.00 vMB 146
644,721 644,721 0000000000000000000c6429e8dd61225d8c71905daa7da8f6b31a10f8f5642d 1,036 1.00/1.00 vMB 131
644,720 644,720 000000000000000000054ae2aeb38bb385f2e677d36be7e761731409a4ca9e1f 2,666 1.00/1.00 vMB 135
644,719 644,719 0000000000000000000c43a6eec98eb3b8a55aa6b0b18d6d554e9f04b94860bf 1,777 1.00/1.00 vMB 140
644,718 644,718 000000000000000000098455b6d274f9043a1c8e2ff2ad698f5fd079ea2bcfb6 2,515 1.00/1.00 vMB 160
644,717 644,717 0000000000000000000b4346e6e25be8d1f883b4b005211276fc738e7cedf32e 2,263 1.00/1.00 vMB 153
644,716 644,716 0000000000000000000da26a13b182dc245008b60da3ced589f9cc1f7094d203 2,962 1.00/1.00 vMB 172
644,715 644,715 00000000000000000006f3761a63f1c22a644a36e8de80cb53250f3ffb2e0bee 2,065 1.00/1.00 vMB 64
644,714 644,714 000000000000000000093b9145783a1015bef2653e214ef2efb7c599490baca9 2,377 1.00/1.00 vMB 31
644,713 644,713 0000000000000000000bc63cc49dde188cac687d875867620d3368fb2b9af4d0 2,679 1.00/1.00 vMB 88
644,712 644,712 00000000000000000006c1724a06aa4924b557902a0b1cb20cd1e786a6fb2a2b 2,804 1.00/1.00 vMB 121
644,711 644,711 00000000000000000009864743af705daa3e3f23931f3ab2c55bbab229febd9d 1,423 1.00/1.00 vMB 84
644,710 644,710 000000000000000000000f18c25c4e0dc03cda65919f52b000c2196f10bb54c0 2,314 1.00/1.00 vMB 123
644,709 644,709 00000000000000000006b655de55973a7fb76fad4965623ba7e91e2d48b6cc43 2,534 1.00/1.00 vMB 71
644,708 644,708 0000000000000000000d4a18084b8b267893cb3ee62ba4bbe92d78d7db1a3a02 2,884 1.00/1.00 vMB 35
644,707 644,707 00000000000000000005901ccc2232bfadcfb1d393ec3aaca66df9564947e357 2,236 1.00/1.00 vMB 61
644,706 644,706 0000000000000000000045eee06574bf300b9465aa3211cfb49945c1da49b166 2,395 1.00/1.00 vMB 116
644,705 644,705 0000000000000000000de6774296df38b602178e869bcf1af76eb0e2209a5ed4 2,168 1.00/1.00 vMB 37
644,704 644,704 0000000000000000000ebab1f0e17b3ec4cbb167159ec41b45ab29739bacfd0d 2,455 1.00/1.00 vMB 128
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.