Loading Tool

Explorer IconExplorer

Memory Pool

48,051 transactions
29.18 vMB
0.06977577 BTC
Random Selection Loading Transactions
Max Size: 155.84/200 MB

Candidate Block

Mining Attempt 06d0afd1f507ab7714d6bd35ee883eb51ee727c27d2a1b73b4d93b71ff45f898
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 5c4a9635072fd0bcbf150c8eb7983af6a2f823ed1c7ca4a6ddaa6c1b677422c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.01318875 BTC
Feerates: 132.00 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (124,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
790,707 790,707 000000000000000000050762195b9cac524008b4cf2601f1eda80ecd082e1a4b 3,895 1.00/1.00 vMB 70
790,706 790,706 000000000000000000015bcd5442b47ea75a921b53166b21a1662fad482b1cf8 5,025 1.00/1.00 vMB 41
790,705 790,705 00000000000000000000b97f9bd8386901c4c22c8a896d7d67d209e15140bcb4 3,154 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.47 GB
    • Received: 13.58 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.