Loading Tool

Explorer IconExplorer

Memory Pool

82,218 transactions
31.12 vMB
0.09966044 BTC
Random Selection Loading Transactions
Max Size: 189.49/200 MB

Candidate Block

Mining Attempt 2b299c4d12c70598f24cb7e1936776b62e39b3457126cb0d887cdcea5d5be9f2
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 6bfbdc4a8f71c3a262471bcee4bc71ba5341ac802e9fed47a29c5f12557255e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,997
Size: 1.00 vMB
Total Fees: 0.02521351 BTC
Feerates: 151.12 > 2.53 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (309,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,190 606,190 0000000000000000000eb863a3cc9e1172e1333f932b700c9153e4913c09d4f6 2,247 1.00/1.00 vMB 19
606,189 606,189 00000000000000000006d36e06bf0593e16b32198a0e05527af124326ea8e2a8 2,888 1.00/1.00 vMB 9
606,188 606,188 000000000000000000098d27c0436711db627c15e9c1efddf26ab4b4dc41429e 3,116 1.00/1.00 vMB 25
606,187 606,187 00000000000000000009d2ffbe759b2820268048ec8504ec2c1b5a08d4b120fa 3,451 1.00/1.00 vMB 27
606,186 606,186 0000000000000000001366f8d2ac860c9758b5882d3288cf4eb65d58c10ee1f3 2,482 1.00/1.00 vMB 26
606,185 606,185 0000000000000000000f161778d1fa87e3682935338bf2f2a29864d64e45eeb6 3,350 1.00/1.00 vMB 44
606,184 606,184 00000000000000000007d494a683b1929fb32fcf963aa1ca92324c9306e51fc4 2,457 0.77/1.00 vMB 20
606,183 606,183 00000000000000000012472d7db4e7332d01d642192b71f51c3b88de0606d94d 2,391 0.82/1.00 vMB 30
606,182 606,182 0000000000000000001398228d44f5ba875940725bf25dec94d706b99aa82521 3,364 0.96/1.00 vMB 31
606,181 606,181 0000000000000000000dc92286d9ae4c8011539339783b6cc5d6b50c59027c5e 1,987 0.57/1.00 vMB 21
606,180 606,180 0000000000000000000484cd99b95e93880e309a07a417548a010c78a5ed961b 565 0.18/1.00 vMB 22
606,179 606,179 00000000000000000009c79efdfda8d4cd5b3610933dfa50b5a21aa686264d80 2,228 0.77/1.00 vMB 9
606,178 606,178 00000000000000000005eb55a520dee7cbceb1d9a19afbb2585d5902832ec94c 2,337 1.00/1.00 vMB 32
606,177 606,177 0000000000000000000fe0fcc957a7758eff1d79e2a5141fd528881e87587978 2,640 0.75/1.00 vMB 23
606,176 606,176 0000000000000000000301f314c7120d61c9ed1d39e66fb80bf56737a9b650d4 2,984 0.94/1.00 vMB 15
606,175 606,175 000000000000000000051ff768b072928eaa74d9e1402669573c50b6860e2078 2,940 1.00/1.00 vMB 26
606,174 606,174 000000000000000000159b84d88556cd71b7c8e8bcba3c962a926db8605f1d5c 2,673 1.00/1.00 vMB 15
606,173 606,173 0000000000000000000fb3eb90065b8cb7f4fa6eeaddc341eb7162d024373ea5 2,232 1.00/1.00 vMB 13
606,172 606,172 00000000000000000015ac78f5e2e89ccda83402b2452ec557cd8d5e169cab6c 2,388 1.00/1.00 vMB 23
606,171 606,171 0000000000000000000752f0046b772dcd5d1deb45529357283b581efb366acc 2,309 1.00/1.00 vMB 17
606,170 606,170 00000000000000000000671c59bcc89549c828900a92bcf404b1c58108dd3256 1,602 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.