Loading Tool

Explorer IconExplorer

Memory Pool

49,564 transactions
29.94 vMB
0.12102556 BTC
Random Selection Loading Transactions
Max Size: 160.30/200 MB

Candidate Block

Mining Attempt 653f273362ece51ecca141d50b6c09a3e5e4069e9b870e6cc432fbd1ce7239dc
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root c87dd8f3a2110f5d092f655e625656f83981544cc1ee87ecabdedefca3c0755d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,443
Size: 1.00 vMB
Total Fees: 0.01502796 BTC
Feerates: 117.91 > 1.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (230,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,535 684,535 00000000000000000003814095ef4ae3cc7a229dbba43dc2b28eda07b0755a44 1,738 1.00/1.00 vMB 47
684,534 684,534 00000000000000000002bfb4ea4df07a7d5b012de979dc453d02b98583829f0a 2,269 1.00/1.00 vMB 49
684,533 684,533 00000000000000000009d0828bbaa7a1da72830389ce84ccedaf41b275f5a64e 2,179 1.00/1.00 vMB 52
684,532 684,532 00000000000000000002ed9be3656a2e8dc5025772d3f7d6b5bf7f983a8fbb70 1,462 1.00/1.00 vMB 47
684,531 684,531 0000000000000000000a1f4412338cc497428d6a825fe3bc083dd008ba36fc37 1,958 1.00/1.00 vMB 78
684,530 684,530 00000000000000000005c7cf7927191e4216db68683168a2a41a90a66367ff5b 1,815 1.00/1.00 vMB 128
684,529 684,529 0000000000000000000226f26f5ce4b8b353900cd0c42d1867c6a30aeff7ecdc 2,295 1.00/1.00 vMB 138
684,528 684,528 00000000000000000003b6356f8f7dfe2e217a8c2311c797b01c6caaa4bc1c82 2,143 1.00/1.00 vMB 80
684,527 684,527 0000000000000000000116a10a6a579d1679984b0a0c04dbffa65e5b311df6e2 1,715 1.00/1.00 vMB 80
684,526 684,526 0000000000000000000a56ceeb8ca29ed9a1399756ed45f0263fb20b55305dad 2,018 1.00/1.00 vMB 52
684,525 684,525 00000000000000000008ce4d8d480650b80441566b7beb736c328e1b69103874 2,311 1.00/1.00 vMB 78
684,524 684,524 000000000000000000008dc3f83a82cfb28aa0466fd96a33d68549fda289a851 745 1.00/1.00 vMB 41
684,523 684,523 00000000000000000008a2685c0b596fbb66f9d754ec19682e40bffaa887b5d2 1 0.00/1.00 vMB 0
684,522 684,522 0000000000000000000a53a8a5d662fd25654886699f5c09482de4569bd2fb05 1,708 1.00/1.00 vMB 44
684,521 684,521 0000000000000000000030a87962058f3757d8832b59208b8d2ce7b7849f57c5 3,037 1.00/1.00 vMB 113
684,520 684,520 000000000000000000015a74563f8651671e50692a02d3cce690455423a9618e 1,808 1.00/1.00 vMB 67
684,519 684,519 00000000000000000004479f0d6d00e495a434ea5c1bc6ce5eb398b6eb424388 439 1.00/1.00 vMB 127
684,518 684,518 0000000000000000000593e37aeb4f72d92adc0b0af9d4003b1d6626d302e427 1,639 1.00/1.00 vMB 57
684,517 684,517 00000000000000000006cc12ecabb4d6627e41084bcc5de315ca8db97bdf50dc 1,486 1.00/1.00 vMB 55
684,516 684,516 000000000000000000072a4f409c23a1f6316f00d84df82b5d4d93ffec2cb049 2,033 1.00/1.00 vMB 58
684,515 684,515 000000000000000000059963e1b7fd5709482d2b95cfba9898a6824b3bc9ccd5 2,319 1.00/1.00 vMB 51
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.46 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.