Loading Tool

Explorer IconExplorer

Memory Pool

48,111 transactions
30.24 vMB
0.08533562 BTC
Random Selection Loading Transactions
Max Size: 161.51/200 MB

Candidate Block

Mining Attempt dce203c688465353f44f6722616aacb15a744e4a7dfa9ddeacf05535565e0eb1
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root eeb9923096c0ab848313f1839bdd273b1468760f059d430a631ca60d4c6dfcc9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.02513947 BTC
Feerates: 101.56 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (124,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,728 790,728 0000000000000000000354b078e55a6f77178fa6a1b74e9cb100e01525d90bf7 2,428 1.00/1.00 vMB 52
790,727 790,727 00000000000000000002e69cc625e65b5d2c5f4258a0e9c96c4176963ded2191 2,668 1.00/1.00 vMB 76
790,726 790,726 00000000000000000001b48c467d14edbed1c50c6df79ebe3154ee480906d9fd 3,402 1.00/1.00 vMB 91
790,725 790,725 000000000000000000017b4b724d9ff67a5ce4ebd2c811a43412549089371315 4,007 1.00/1.00 vMB 25
790,724 790,724 000000000000000000040c50de55d1ba2077c3154d6c41f51d3d35b1053a2dd2 3,622 1.00/1.00 vMB 52
790,723 790,723 00000000000000000001e678aea894b20d99ca9a4e09534933ec5aae02efd5d8 3,604 1.00/1.00 vMB 40
790,722 790,722 00000000000000000001f6a278f5f2e62c1e005979fc944c778e2a3f15f40b9a 4,253 1.00/1.00 vMB 31
790,721 790,721 0000000000000000000033e580e895a3b0e9e251432abedead34072d40d5236c 3,667 1.00/1.00 vMB 39
790,720 790,720 00000000000000000004f0919e965cabf33b76f80ce8d69354edbdca5c7507bf 1,867 1.00/1.00 vMB 26
790,719 790,719 0000000000000000000435291971ef6c83ec75334ad10378d82c66eef2c0eb1f 3,574 1.00/1.00 vMB 40
790,718 790,718 000000000000000000049fe845ed6646ea3eccc9e8cc2b7cf5c648112783eb5a 4,460 1.00/1.00 vMB 36
790,717 790,717 00000000000000000003e86139c736c5dfc3e367f99cf94f4c1a4ca4cf4e43a7 4,044 1.00/1.00 vMB 33
790,716 790,716 0000000000000000000479c118aef1f50ff00b90571a257c857ab8cd08428e87 3,516 1.00/1.00 vMB 53
790,715 790,715 00000000000000000004de35437cf2b323267ff5987918dd8af15d278b42e98f 2,975 1.00/1.00 vMB 57
790,714 790,714 000000000000000000018a1a7c8d64864fa0e0d900ebacdfd8412384d377b767 3,923 1.00/1.00 vMB 52
790,713 790,713 00000000000000000000c3cad0a54371cadef9d98c8c4b704e23dd7f0831d3d5 2,396 1.00/1.00 vMB 89
790,712 790,712 000000000000000000056b413ae69a3a89510a83eeb16e3fa0a9d7da19676094 4,164 1.00/1.00 vMB 37
790,711 790,711 000000000000000000047bb5b908556d53f8742a4d843a65334ef21a117b2f7a 4,592 1.00/1.00 vMB 50
790,710 790,710 00000000000000000001287df75deb8c146ca8abdaba86f50af8eb420e9e0926 4,692 1.00/1.00 vMB 47
790,709 790,709 00000000000000000003b3ea54c56925829663cc5d4297f140a4d583f6b151a4 4,863 1.00/1.00 vMB 71
790,708 790,708 00000000000000000004d884f2ca3ed766083b12adc03eb4eda3baf02f830b3f 4,066 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.