Loading Tool

Explorer IconExplorer

Memory Pool

81,065 transactions
30.41 vMB
0.13464312 BTC
Random Selection Loading Transactions
Max Size: 182.02/200 MB

Candidate Block

Mining Attempt 3980e79533e4d8ded4e7defa667b323822b7206a9dec1407e184561838af3a72
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 9dd25ad68eaa44c76209f442b98adedf40e5ef8cc496f46f38607b26bc2fafe7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,910
Size: 1.00 vMB
Total Fees: 0.06205904 BTC
Feerates: 150.86 > 6.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (346,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,991 568,991 000000000000000000071ae19fdb5099b9b78a717c74f6a1b93960072eea3c1c 2,552 1.00/1.00 vMB 11
568,990 568,990 000000000000000000027c428186c7c32c6c5067c096665fe3a491c56a154f74 2,800 1.00/1.00 vMB 11
568,989 568,989 0000000000000000000183d74f753360a59041c687391bee53bdbd0416d3c7e0 2,621 1.00/1.00 vMB 24
568,988 568,988 00000000000000000000705f9e8b4ae59ef3e42a46ca08c79e2baa3aa23788b4 3,006 1.00/1.00 vMB 33
568,987 568,987 00000000000000000018c14732221af90c685ed216a8f3fc79ee6a9dd30239b5 1 0.00/1.00 vMB 0
568,986 568,986 000000000000000000011eaedf964a8c7a30e63fdadf0e65f41fb1b465e929a0 3,057 1.00/1.00 vMB 26
568,985 568,985 0000000000000000001714039e8d9cb3471a23311f4ab22ecdfbb0ee0880919a 2,635 1.00/1.00 vMB 12
568,984 568,984 000000000000000000278bd3656c2f20159a6b94af4479b3b5aee94f08a5e135 1,764 1.00/1.00 vMB 15
568,983 568,983 0000000000000000002bb784912ca99eaaff2dbe2825d453d174d9fe2afeae24 3,017 1.00/1.00 vMB 38
568,982 568,982 000000000000000000255fe44c5b7bffaf3df02df0f34347953bfc26fa881c81 1,790 1.00/1.00 vMB 44
568,981 568,981 0000000000000000001fd7d2ee08a7f8f09bc4fd4da146fa083b968abb8fb651 1,937 1.00/1.00 vMB 45
568,980 568,980 0000000000000000000b3a36c95310b50d3f40e2e77d39926daded6673e63574 2,321 1.00/1.00 vMB 16
568,979 568,979 000000000000000000166eca4502e9fa10113337c379cf9fd8cf026974c90b3b 3,252 1.00/1.00 vMB 22
568,978 568,978 0000000000000000001e7dfb309254b58f6c569e42ea91853068afcfdf04ca50 2,189 1.00/1.00 vMB 11
568,977 568,977 00000000000000000029cb2a7599ed512fa3eb0a1c0697cc29678f42f0f72f7e 2,479 1.00/1.00 vMB 22
568,976 568,976 0000000000000000000235963ba32c08091234b53810b9e4a35eeb69eba359c7 2,390 1.00/1.00 vMB 8
568,975 568,975 00000000000000000018a23ab23a8d1096748574393d8329d5eccd69abc5a5d0 2,166 1.00/1.00 vMB 6
568,974 568,974 0000000000000000001523e6e2d873954182ca41d2745046a7b126e67585f47c 3,202 1.00/1.00 vMB 14
568,973 568,973 0000000000000000002340b955ffd01e56893a6dfc69d3a4271e52bbe6cf36ac 2,869 1.00/1.00 vMB 22
568,972 568,972 000000000000000000152bd4f0fddd144a7065a86f03db97d3bb55b19580e355 2,453 1.00/1.00 vMB 34
568,971 568,971 0000000000000000001546a88023965145a73158e1ae0c09c812c999ddc24faa 2,459 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.