Loading Tool

Explorer IconExplorer

Memory Pool

87,206 transactions
32.61 vMB
0.15216063 BTC
Random Selection Loading Transactions
Max Size: 199.12/200 MB

Candidate Block

Mining Attempt a7f9ccec5ab296a206e0edf051d77d61132af0e3f0f0d646b8826547b856d9f7
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root ab7ac66fe81d79f0353dbba6d9ab2d5f481eca693a32df8873a411e4e8b6106c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,193
Size: 1.00 vMB
Total Fees: 0.05865220 BTC
Feerates: 400.00 > 5.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (313,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,540 601,540 000000000000000000003cda8974cedd2c0241745fc99fb76e7b9354db69ee79 2,460 1.00/1.00 vMB 25
601,539 601,539 00000000000000000009b169da95b6d04fcfb8e426a8303b4782da5b989f381f 1,952 1.00/1.00 vMB 26
601,538 601,538 0000000000000000000cc14d60421d7adcf0458d0890fb37f6c6cfb45b219bbc 2,800 1.00/1.00 vMB 23
601,537 601,537 000000000000000000016ef403d44160849050231cd3c57b8cc436ef73bbf877 2,704 1.00/1.00 vMB 27
601,536 601,536 00000000000000000009d9ab5a7c1ea9b8f1fb35a00d43440599fda1677d1807 2,786 1.00/1.00 vMB 27
601,535 601,535 0000000000000000000d383956ab7e91b398d91f5c5639d30d43e8a9a9cc7038 2,430 1.00/1.00 vMB 53
601,534 601,534 000000000000000000126227a862a2b7634610112b5920a3a8feae15fe1e2514 2,807 1.00/1.00 vMB 25
601,533 601,533 000000000000000000090620256c64cd5ad382053ea8b965cadbc1974a5a21f9 2,874 1.00/1.00 vMB 38
601,532 601,532 0000000000000000000878a72aa192ae6bd96c29d59d66bdba621fd5fecc57b1 2,336 1.00/1.00 vMB 25
601,531 601,531 0000000000000000000a4282a46760689bd0c86d59ba4dae3bef7082f2cd287a 2,890 1.00/1.00 vMB 35
601,530 601,530 00000000000000000013c86e37423ce683ba3333081282d4430952d7248d9863 3,015 1.00/1.00 vMB 43
601,529 601,529 00000000000000000005e8434be90d55cf320e5a4ef632a2f6d49f378735da27 2,923 1.00/1.00 vMB 24
601,528 601,528 00000000000000000013d6835cc0be90b2dbc65805059b21f5656ba37ccbc27d 2,796 1.00/1.00 vMB 32
601,527 601,527 00000000000000000005c8fd114ab3da662672d42b203aa1924f0f56b942f168 1,868 1.00/1.00 vMB 27
601,526 601,526 0000000000000000000cfcf8e3031bda2e57d1e6a2af37472e4b9b47d693b42e 2,250 1.00/1.00 vMB 25
601,525 601,525 00000000000000000000a5c268a495683a0f43da28285555492e9f5c72ce37ff 2,698 1.00/1.00 vMB 37
601,524 601,524 00000000000000000008aa938f792a9d11168c39b252a150507fe8bb49fda17a 3,306 1.00/1.00 vMB 36
601,523 601,523 00000000000000000002e68cccefbd7132e397f60c4b13ef85a3a0592655ef18 2,258 1.00/1.00 vMB 69
601,522 601,522 0000000000000000001133fa8d03116ec7bb3cf176b10f3130617cf7e70d709e 2,814 1.00/1.00 vMB 50
601,521 601,521 0000000000000000000508a4d4e1da42e9b134b53f99d8d0204e678bbdaf4d4e 3,432 1.00/1.00 vMB 34
601,520 601,520 0000000000000000001448b9fabab22d05a54db198a7f7c216d16931fd803d9b 2,774 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.