Loading Tool

Explorer IconExplorer

Memory Pool

76,226 transactions
29.17 vMB
0.10508429 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt db57744a6dd76639de0c260eb475d9809cf2e73edc6e481e32babf94814e0beb
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 1414f694be8edb81d13bc840ab0aec2019a771e061477c7b6cafd2f807ce9872
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.04236757 BTC
Feerates: 201.37 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (500,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,662 414,662 000000000000000000b2299d291d3bcfb8242ee6755247dfdddfab1a8c6bf748 1,784 1.00/1.00 vMB 36
414,661 414,661 0000000000000000029110d7d35bfb5f87916a313f9e6bff29013ef5c3310ba7 2,699 1.00/1.00 vMB 66
414,660 414,660 00000000000000000553d57cd462cf2996e872e73704a8a281ccb4352b42e5f9 1,990 1.00/1.00 vMB 34
414,659 414,659 00000000000000000098e61a0f7eee32e0c6ca241d6dbf1b3df0f11998e0403c 2,910 1.00/1.00 vMB 70
414,658 414,658 0000000000000000022a8abe202a97afed759d3a95ff8402dc72691296d11605 2,032 0.88/1.00 vMB 51
414,657 414,657 00000000000000000012ca1d57564cb5a851a896ca9eed014d4dc1f1f917e736 874 1.00/1.00 vMB 19
414,656 414,656 000000000000000001d12e48adcf8b440d1a54f473aa9bab82a9c4c7c6af3f8b 2,075 1.00/1.00 vMB 33
414,655 414,655 0000000000000000046f5f20649161cffd4553eb6acc3ff0aade8112b189235d 15 0.00/1.00 vMB 158
414,654 414,654 0000000000000000045ddd8842030c59bb65f370186801ef3734f56bf14d831f 2,634 1.00/1.00 vMB 62
414,653 414,653 00000000000000000069308aba8dfd82e77ef5a7b62f66e43e8dd1bf9af5d488 3,191 1.00/1.00 vMB 69
414,652 414,652 000000000000000001a54d30b0638714098631a81c668a1ea65bfe197e5006bb 2,019 1.00/1.00 vMB 45
414,651 414,651 0000000000000000050ad02b6a67e4033eba0e49f71752670dba17a2e66601c1 2,328 1.00/1.00 vMB 52
414,650 414,650 00000000000000000167266dbd091905f648f44556fe8b3cd85fc7290b7dfe6b 2,760 1.00/1.00 vMB 69
414,649 414,649 0000000000000000022eca879da012f06a78cd091ec62543bf35be6ab8ae8a73 761 0.45/1.00 vMB 26
414,648 414,648 000000000000000000cd60dbcc682e9347b8d1b5ac12e6ae19084ecdd4d90fb4 888 1.00/1.00 vMB 21
414,647 414,647 000000000000000004a0ed7c8e3578065c4fed4d3453a50de977d01c658e5c45 358 1.00/1.00 vMB 11
414,646 414,646 000000000000000001865975620f15192f6114c8e8b08a63efdf2cd41e959000 2,064 1.00/1.00 vMB 38
414,645 414,645 00000000000000000550d06f4653043b676ac628d569f5ea32afeb599f74fb28 2,390 1.00/1.00 vMB 45
414,644 414,644 00000000000000000111c0c7432d15597f57891b8b8b25ff4e8b275f20f5ae7f 2,786 1.00/1.00 vMB 77
414,643 414,643 0000000000000000044e37b90ea3b4b86ba9a24ce267b4397da5c7270226eb21 896 1.00/1.00 vMB 16
414,642 414,642 000000000000000003cbadea0942b8635e8444a0aaeb782267cc23ea90a65686 2,178 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.