Loading Tool

Explorer IconExplorer

Memory Pool

42,647 transactions
26.20 vMB
0.05506161 BTC
Random Selection Loading Transactions
Max Size: 137.61/200 MB

Candidate Block

Mining Attempt 1287857cea760084bdc005ff65117f73c73ef18a5d9af56167eebee291d60e4e
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root ce1e69744751f2dce77d8aa245b289b1e51005d74195c3f5578cc7e7b1d3ea65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,679
Size: 1.00 vMB
Total Fees: 0.00718672 BTC
Feerates: 40.21 > 0.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (153,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,341 761,341 00000000000000000001fdf54b7a28284070d076170726132601812c3448cb38 2,088 1.00/1.00 vMB 10
761,340 761,340 00000000000000000004585c3f9d4e4a1a76ec62f4c28090647fd4f05dd3d6a1 2,941 1.00/1.00 vMB 13
761,339 761,339 000000000000000000004979aed3b4887504ec63aea2e0ca1dbb1d4f217d19df 1,143 1.00/1.00 vMB 1
761,338 761,338 00000000000000000005561531803dd2c66a93896ad6f2656f0fbc1f0cc93f4e 3,200 1.00/1.00 vMB 13
761,337 761,337 00000000000000000000cb248c17e607f9815ada60ed610d2f0249767009a8aa 1,017 1.00/1.00 vMB 11
761,336 761,336 00000000000000000005a4faaa0b181b87d8c42546c9b8b6053d6e9ab5cce1bb 1,189 1.00/1.00 vMB 16
761,335 761,335 000000000000000000048a54a367b44b64b0bf93ed43c16a449eddc364a03901 2,561 1.00/1.00 vMB 9
761,334 761,334 000000000000000000014be5024c4baf0d8a233ca6509a7cde22bca239f94d31 3,456 1.00/1.00 vMB 20
761,333 761,333 000000000000000000061143d5fc22debd710de2d3a7a78ae8262bfd4fec241d 464 1.00/1.00 vMB 1
761,332 761,332 0000000000000000000078148cea43d66a661f0f19f2127bcfea81204df0e2bb 2,169 1.00/1.00 vMB 9
761,331 761,331 00000000000000000001d7a74e59893bd22af7b7ff14cc20f652ca25c25b54b3 1,204 1.00/1.00 vMB 3
761,330 761,330 00000000000000000007850fff7e044b2fb670e0951432d6870ce53e748b8be8 1,514 1.00/1.00 vMB 5
761,329 761,329 00000000000000000004b33c73c1cb92af8e1c164eff4f8301fea6856f9691c1 2,551 1.00/1.00 vMB 11
761,328 761,328 00000000000000000002f53a158ecd741d3c9415227eae8278e695d1cad059ba 2,593 1.00/1.00 vMB 11
761,327 761,327 00000000000000000003540eebc0b700b3a502955c037e2a1c127854aa96995c 1,388 1.00/1.00 vMB 4
761,326 761,326 00000000000000000001ab88db079d0bdadffcf388ecb0f45f7e7991ff1c66f2 2,406 1.00/1.00 vMB 6
761,325 761,325 00000000000000000001644babb1d4f69db62f7b24a1cbd75ddea56a358748c4 3,578 1.00/1.00 vMB 17
761,324 761,324 00000000000000000001a1df67760041bd28ffdb4d0d74abdacbbe79a89117be 1,494 1.00/1.00 vMB 15
761,323 761,323 0000000000000000000736163a53a270a4e0a09136e86087b611298a0cdb5c50 3,423 1.00/1.00 vMB 24
761,322 761,322 00000000000000000000dc61dc6dba01b44370b02a0741d2df1f7dcb848639fe 2,081 1.00/1.00 vMB 7
761,321 761,321 00000000000000000004fa58ade64a6d00923bde3da7a9579fe48586587a07af 1,168 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.