Loading Tool

Explorer IconExplorer

Memory Pool

80,526 transactions
30.25 vMB
0.12565029 BTC
Random Selection Loading Transactions
Max Size: 181.16/200 MB

Candidate Block

Mining Attempt 192396a784ce159aff15eba2becca520385213cd80a62cbc2cf8fb52ba412d71
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 439d1a6be2c5a3291dcf0b959dc9792191a4d9af36269c1426dcce9ad0084a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05569111 BTC
Feerates: 150.86 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (201,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,577 713,577 00000000000000000007ab47abd3eb74003769bcc8b5d534679816c7bff534ea 1,733 0.61/1.00 vMB 2
713,576 713,576 0000000000000000000325ccd45a06dd15f8b7001d7f0b1678004beff290a414 2,957 1.00/1.00 vMB 14
713,575 713,575 0000000000000000000a330f7358d54a748f76473ec39c7087fb464999c781de 2,209 1.00/1.00 vMB 2
713,574 713,574 00000000000000000006a5bfcb1bfb3ff7e59921df2ea4e401eca5ee61b3ec14 2,966 1.00/1.00 vMB 7
713,573 713,573 00000000000000000004b34058b49b96eba2f0d48daf2e41136f37876d806197 3,092 1.00/1.00 vMB 18
713,572 713,572 000000000000000000094ab34bb35688c486f45da38a610c92d1edc0d877bfcc 2,326 1.00/1.00 vMB 7
713,571 713,571 00000000000000000003618f913b1d37d6eb71ccd7587d2118d67e47bb9d2054 985 1.00/1.00 vMB 4
713,570 713,570 0000000000000000000329d7a226122fbfd8a50803cb108bd22c03f77f957544 3,328 1.00/1.00 vMB 3
713,569 713,569 00000000000000000002c6d3f7787d0f5786ee041153a3e7c76fed2e5e5342b0 3,323 1.00/1.00 vMB 7
713,568 713,568 000000000000000000033ea16af107d33144241e904a91de20307705f189fb9a 2,962 1.00/1.00 vMB 16
713,567 713,567 0000000000000000000a28edb157e190e362a1224a730999a7d19503dddab037 2,801 1.00/1.00 vMB 7
713,566 713,566 0000000000000000000b2f8333e9b79d37c5eba22e6dfe95552c968c3c684fe2 2,876 1.00/1.00 vMB 19
713,565 713,565 000000000000000000080a459b8379f3aa2c91fca8478d591d5c492f5b0994a6 2,704 1.00/1.00 vMB 9
713,564 713,564 00000000000000000008b037d6f8ccd2845786b793f1914e2989628f021ce8d6 3,190 1.00/1.00 vMB 21
713,563 713,563 0000000000000000000c2bd0f8894549cb9fad00a6bae32d0214241dbc290499 2,506 1.00/1.00 vMB 18
713,562 713,562 000000000000000000065e7e484a3c3666c6b855ace24bbb04e8aa196c5926df 2,131 1.00/1.00 vMB 22
713,561 713,561 0000000000000000000552b7e2ca1259797cd16feb46f24b5327ea04c2f7193a 2,501 1.00/1.00 vMB 22
713,560 713,560 000000000000000000011346f8b8147b3186f4f7b554927a1205b9b04cf8ed72 1,276 1.00/1.00 vMB 2
713,559 713,559 0000000000000000000a580b09b539656dc89d490120d6c1f5e04638bfcaaa6d 1,479 1.00/1.00 vMB 7
713,558 713,558 0000000000000000000bd6ec99cf432b15f3124bf36ddf939a579a1cb6b86bf0 2,636 1.00/1.00 vMB 4
713,557 713,557 0000000000000000000401c156327137e1914bc79eeeba5f7d2156bd5353a543 2,311 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.57 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.24 GB
    • Received: 15.88 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.