Loading Tool

Explorer IconExplorer

Memory Pool

78,949 transactions
29.52 vMB
0.07110446 BTC
Random Selection Loading Transactions
Max Size: 177.41/200 MB

Candidate Block

Mining Attempt f0c586684f180abed7881f30e81987ccaeb6373c26bc4fc86b909800ca50c380
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 9cae13d01320f31056246783623bbf5169ec227ed508ecbaaa5827e5a6da366c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,820
Size: 1.00 vMB
Total Fees: 0.01120261 BTC
Feerates: 65.65 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (247,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,808 667,808 0000000000000000000cd94306db9c7fef892b4d849d3ed67835b088ce19110e 2,299 1.00/1.00 vMB 47
667,807 667,807 0000000000000000000d4be575c23d41f34a81937231d4c622323ef9dda19d2e 2,193 1.00/1.00 vMB 27
667,806 667,806 0000000000000000000c08ee6226c67ad3c16356f3bb667132d571255f5ad3b3 2,270 1.00/1.00 vMB 34
667,805 667,805 0000000000000000000a9cdbed95ad7bd1cae61a46871e47d45c9ffda0746d9e 2,405 1.00/1.00 vMB 27
667,804 667,804 00000000000000000003670d582fcfcd420c1a6925aaf0d1f85dbbf1a326162e 2,845 1.00/1.00 vMB 57
667,803 667,803 000000000000000000096fe6d98fd3be182ae40a9a6bd73665601e3a9f00d729 2,850 1.00/1.00 vMB 71
667,802 667,802 000000000000000000029539e7d8d58b0eda01f7fcb325cfc591cd00b165e93d 2,773 1.00/1.00 vMB 51
667,801 667,801 000000000000000000002fad3184ca4c845353ffef3795e37bfec11c5db6331a 2,255 1.00/1.00 vMB 49
667,800 667,800 0000000000000000000809495afbae7ecaa881dac0775a84634830ccf10c9fc2 1,827 1.00/1.00 vMB 77
667,799 667,799 0000000000000000000804de96491c5e77a2ab13871aa847b6ea338b1fd7b196 2,554 1.00/1.00 vMB 71
667,798 667,798 0000000000000000000a9fcb7632d56455075503567209279e12d019965f854d 2,670 1.00/1.00 vMB 54
667,797 667,797 00000000000000000000027c3cfde33d9e49d04139122462cf2877b4f946d799 2,939 1.00/1.00 vMB 93
667,796 667,796 00000000000000000009d4b15deafc4d75874d974216f001379259217955a8e3 2,972 1.00/1.00 vMB 68
667,795 667,795 000000000000000000097f9470e9e99ca7b8200f769d8542e84c13d97286607e 2,970 1.00/1.00 vMB 57
667,794 667,794 0000000000000000000a0938ab08bbedda9d76ed500fa150ebebebd1bf3b7e0d 2,225 1.00/1.00 vMB 77
667,793 667,793 00000000000000000006cd5b964b42f57d3c32c02f2ba65fb76e0c2b50b29d4f 2,227 1.00/1.00 vMB 70
667,792 667,792 0000000000000000000d5198155e16d42c1d4d992d6a5b1c1a5701c27de7f89c 2,759 1.00/1.00 vMB 78
667,791 667,791 00000000000000000000cc12996e73bf823e4e814897ae17fe243d134b1093f1 3,042 1.00/1.00 vMB 104
667,790 667,790 0000000000000000000826db84f3f52d08d56b754f26bcd91a7fbd8706fa355a 2,894 1.00/1.00 vMB 92
667,789 667,789 0000000000000000000bfd7d0dee90580a750a9bb3abec98f49e63d3d71f8238 2,734 1.00/1.00 vMB 73
667,788 667,788 000000000000000000066826103966e36e21c28d2b42e28f63ca45693b25c7d2 2,150 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.41 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: 665.17 GB
    • Received: 15.09 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.