Loading Tool

Explorer IconExplorer

Memory Pool

77,301 transactions
28.39 vMB
0.08096796 BTC
Random Selection Loading Transactions
Max Size: 173.11/200 MB

Candidate Block

Mining Attempt 3ab0d48a7265f763149b4fcf691edba6aaf7de1c81ca27af0308e1ae124a73ab
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 7035d148875a74eac8d79b6fc3b81622de6fd9406b998f498e8df787df3e12a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.01765565 BTC
Feerates: 84.47 > 1.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (399,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,988 515,988 0000000000000000000ec8a139671b4a1f2e71bc2aa8c01796560c10a5a6eda9 870 1.00/1.00 vMB 56
515,987 515,987 0000000000000000002f04aa701f30c06d5d0d257b4aecd114b91fd160b5a056 560 1.00/1.00 vMB 53
515,986 515,986 00000000000000000032e3800c818838e2d9e7bc8a000c01711b45fccfbcc783 1,257 1.00/1.00 vMB 17
515,985 515,985 0000000000000000003500a8a18cc4f0a54e8efa0536655ab2fb62f8a30ef538 966 1.00/1.00 vMB 16
515,984 515,984 0000000000000000001a7ff39bf528509e243c9145415b3a256979c28c5f304d 104 1.00/1.00 vMB 2
515,983 515,983 0000000000000000000492e4a9d8af0367ee1b3b4e3745fa619a98c459127afc 836 1.00/1.00 vMB 15
515,982 515,982 00000000000000000031da2290e0683c5b9f017a6a6749382c79cc6ddcb2287b 1,099 1.00/1.00 vMB 20
515,981 515,981 000000000000000000513fd26df601a930b9e101777cd64032f89eaee0cbbca1 515 1.00/1.00 vMB 6
515,980 515,980 00000000000000000018debfcd6fb3a62661c11484def3561d0b5b651116cc25 2,363 1.00/1.00 vMB 29
515,979 515,979 0000000000000000002a8948f05a53bf10cf8fec7f64347b3c1cc611ae066e4f 497 1.00/1.00 vMB 3
515,978 515,978 000000000000000000094effbae3be490c2f59eb03ab5deb1d82db664fe66c79 1,515 0.63/1.00 vMB 30
515,977 515,977 000000000000000000214c0f4e18ec52d300a22cb6b21db2d7d49687887b9836 1,613 1.00/1.00 vMB 23
515,976 515,976 000000000000000000233036ff2149a84d4c830e3a9570f198a412d301a60eec 477 0.19/1.00 vMB 25
515,975 515,975 00000000000000000017bb1d335f2bc3eaf41ab0e9689a497a3bc6a5017e7579 1,447 0.58/1.00 vMB 27
515,974 515,974 0000000000000000000c514fe69ae4bcf2c30e4d3d55b04877b880839328201c 161 0.06/1.00 vMB 88
515,973 515,973 00000000000000000007b228cff5c2c8872049e04a694522d2d380aaf9301ce3 1,263 0.50/1.00 vMB 33
515,972 515,972 00000000000000000025e2a4352208038fe2b2628c737691d3eb5b8dc6cb6b68 1,693 0.70/1.00 vMB 27
515,971 515,971 0000000000000000003208c7ece485b7fc1a8ee0a251c2a86f68dbde83b85d3c 2,071 1.00/1.00 vMB 17
515,970 515,970 00000000000000000010e7a1f9cb330bceaa10a30594c57a7b58383d4c14b4cd 2,394 1.00/1.00 vMB 46
515,969 515,969 00000000000000000024bfff7fdde10f405e84919efc0574d9ee88b04745c0d9 369 0.17/1.00 vMB 41
515,968 515,968 0000000000000000003a626059b8202b9613e0cefd688ce343b2269774e956ba 453 0.24/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.93 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.58 GB
    • Received: 17.57 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.