Loading Tool

Explorer IconExplorer

Memory Pool

79,979 transactions
29.35 vMB
0.12962580 BTC
Random Selection Loading Transactions
Max Size: 177.62/200 MB

Candidate Block

Mining Attempt d2943a7c4d0f556897b0ab8e267f0d1e49fca9809fb417dc8be9cf09b072d507
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root cbf0f5221a4932bb4526f5bf292a3d10ca936c06fe99f8f524c41c52684dc704
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,468
Size: 1.00 vMB
Total Fees: 0.04845420 BTC
Feerates: 602.26 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (257,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,591 657,591 0000000000000000000f0d52c458e7f59eaa46afb653e830a0127d23bbe2a193 3,114 1.00/1.00 vMB 53
657,590 657,590 00000000000000000003a711c2856400a5a0936e6df16396027b9e6b4bf7bf2f 3,135 1.00/1.00 vMB 60
657,589 657,589 0000000000000000000cc65a112144a0c863f00b8b610d29cc2372dd6cb9df8f 2,171 1.00/1.00 vMB 68
657,588 657,588 000000000000000000077067500599c34e395e47392a6d48d1b83beae7b1c0cd 2,775 1.00/1.00 vMB 73
657,587 657,587 0000000000000000000fdbf0831ae8915942c80b24de4a3921d833ef1a7b8baf 3,272 1.00/1.00 vMB 84
657,586 657,586 00000000000000000009a93b1de72bdacc2d195214c8e67b3567c38c47259a98 2,694 1.00/1.00 vMB 87
657,585 657,585 000000000000000000093c4acedfdc8c545d2f1fd135d3a586b9aa08db299bf5 2,433 1.00/1.00 vMB 114
657,584 657,584 0000000000000000000a29f062e881d45b4fa2df5fd8eecc11530eabad08a5a3 2,846 1.00/1.00 vMB 148
657,583 657,583 0000000000000000000ba66688fa1ce69f176b4b36baa91997434a463d6dd2fe 2,376 1.00/1.00 vMB 84
657,582 657,582 000000000000000000099c628d96b2612c28f680ebd8f327696789a3210551f1 2,990 1.00/1.00 vMB 115
657,581 657,581 0000000000000000000beedba1853f35f3c47acc8eba6cf5aa4c5192b85e247d 958 1.00/1.00 vMB 13
657,580 657,580 0000000000000000000012609d73b9b06dc1b7157c543a68bdde504df91bd1a4 2,340 1.00/1.00 vMB 38
657,579 657,579 000000000000000000000c9dc25ec46d1887b7b5cb957fc137b9b11c28943204 2,067 1.00/1.00 vMB 21
657,578 657,578 0000000000000000000e09a371930253476425284a204dc2cf9571ab7656cfd9 2,644 1.00/1.00 vMB 63
657,577 657,577 0000000000000000000eca039477b35f147e00e14cff4f9599647f70d40b1b73 2,549 1.00/1.00 vMB 54
657,576 657,576 0000000000000000000f34a8596e7f3d6ae17647df84088850e8702546c1d4cd 2,561 1.00/1.00 vMB 45
657,575 657,575 00000000000000000003432cda6ef067ecacb546f5440956cf3b5ebfb278bec2 2,857 1.00/1.00 vMB 66
657,574 657,574 0000000000000000000a552a58de2f93de2b57488510e796b4035a8d1863a015 1,162 1.00/1.00 vMB 31
657,573 657,573 0000000000000000000f059638dfe3162c1c5452602931b4bbc5ce0ac2c6357a 1,472 1.00/1.00 vMB 37
657,572 657,572 0000000000000000000c2e51166b1ee2e5db51980a7e7ae8dcc0827f7c3a2564 2,629 1.00/1.00 vMB 55
657,571 657,571 00000000000000000006cf6af33db9c653b192a5f0d61b5366a27ad74e6f1489 2,992 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.92 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: 714.46 GB
    • Received: 17.54 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.