Loading Tool

Explorer IconExplorer

Memory Pool

81,722 transactions
30.60 vMB
0.09789386 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 919b9d2920959d51867357b1f8b4c511ec605aaf348b17dbed7c3e65d372b8d5
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 560eb74a70ff7a11284d720a3eeb8cdd5d9edcf2097f2faa2960e7d9dc7463a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,407
Size: 1.00 vMB
Total Fees: 0.03239591 BTC
Feerates: 101.62 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (319,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,658 595,658 00000000000000000012075d73769b6ad220201707b44ae3c0b30fa2fcc04c19 1,984 0.74/1.00 vMB 18
595,657 595,657 000000000000000000064ba8937473ee40ebfddf89bc9758ecdc4d197fb9bc00 3,045 1.00/1.00 vMB 8
595,656 595,656 00000000000000000012320009ccac886fc80338d4bb7fd7d4b890369fd0e14e 2,891 1.00/1.00 vMB 4
595,655 595,655 000000000000000000151cee2929a378f42d890d644c987bf50e3dc7ae31a898 2,295 1.00/1.00 vMB 19
595,654 595,654 0000000000000000000678ea0ad680d8101811795e2e1eab49b9fd5b6bdd2d79 3,372 1.00/1.00 vMB 31
595,653 595,653 00000000000000000002e6cda6cc13d65459d74b1f635bfa1ddd7dd9a833e79c 3,323 1.00/1.00 vMB 44
595,652 595,652 0000000000000000000c10f314b755797f9c9293d7f695417a42b1333f3ccbd2 3,078 1.00/1.00 vMB 22
595,651 595,651 00000000000000000008da66d5d5c1c99a8980cfe58b264987efea2668e281ee 3,264 1.00/1.00 vMB 42
595,650 595,650 000000000000000000092adde0b17083d0972ccac3f384fb5b63257242183e71 3,304 1.00/1.00 vMB 20
595,649 595,649 0000000000000000000f7c0711a1f41d2b71509a6659ae10362e2941ebd0ba47 876 0.29/1.00 vMB 21
595,648 595,648 00000000000000000004600072a33caebcde7ce4ce1dd756bddc2e869783323b 1,813 0.99/1.00 vMB 1
595,647 595,647 00000000000000000007278710122a83f41c1e71800ecbe643e8abcfe54269ea 2,187 1.00/1.00 vMB 12
595,646 595,646 00000000000000000002ff66ebc1c505badf826d188e6d4e11d611bd183c952d 2,799 1.00/1.00 vMB 15
595,645 595,645 0000000000000000000c814a813e6d2a37784411144a66b30c2fe8027f680a35 3,228 1.00/1.00 vMB 40
595,644 595,644 00000000000000000008390eed3c73c180a0e288c12b7c59ddca3837e34e9608 1,946 1.00/1.00 vMB 14
595,643 595,643 00000000000000000003c7c73b09c1ad3d0aea2f19368d6dd95392628cbbe1ca 1,903 1.00/1.00 vMB 10
595,642 595,642 00000000000000000015ac52a07cc287a2d3b71bb7adc7674a622cf6d02c8d28 1,768 1.00/1.00 vMB 14
595,641 595,641 0000000000000000000abe0b2a1d7d06993526d6b8e12d4213313e86d83349af 2,477 1.00/1.00 vMB 31
595,640 595,640 0000000000000000000496db5b6fd4eeb0c220bfeeac5b60fb705b1dbb345983 1,519 1.00/1.00 vMB 10
595,639 595,639 000000000000000000069c3dd096c8d2eef54322b123ad9e065e29c789ec62c0 3,110 1.00/1.00 vMB 30
595,638 595,638 000000000000000000128116d92387bac158161919d873689ea7f212b3ce4b6b 1,970 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.37 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: 663.66 GB
    • Received: 14.93 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.