Loading Tool

Explorer IconExplorer

Memory Pool

43,142 transactions
32.20 vMB
0.10589183 BTC
Random Selection Loading Transactions
Max Size: 161.12/200 MB

Candidate Block

Mining Attempt 803959a4a6cb099cdc16b7195b121e54e1f8ec673b24a0fe7e3d8dbaf9eaa69e
Version 20000000
Previous Block 000000000000000000010ac925ea2d566953707a27050fede0bf8ec21bb7f373
Merkle Root 13b3b078a99eb3f04f481674895ae6f94b4c6ed2af3ac704b6b702d86648c3f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.03689651 BTC
Feerates: 344.14 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,393 (785,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,312 129,312 000000000000180ae4203279d7f30a12d9030aff4b836fd2fa822cb0c5877f4d 102 0.06/1.00 vMB 1,033
129,311 129,311 00000000000001745e623a046b3005184d55e8e8d8af023e3c95c9ef7d56792f 76 0.04/1.00 vMB 958
129,310 129,310 0000000000000035d573e3a205d166de752a540dd30d59477d3526ec30d9006a 34 0.02/1.00 vMB 1,308
129,309 129,309 0000000000000aaad23472014da0f740000cf2e5952a0e6af62bade40b300b22 35 0.02/1.00 vMB 802
129,308 129,308 0000000000001b59bb05280e689bcdf0a3e7e595b441bb3e2736eda9e9a3c308 5 0.00/1.00 vMB 2,192
129,307 129,307 00000000000006c2663470c11f1bf6ec439368f77cbef33b3c6cd1a28aabb32d 234 0.08/1.00 vMB 12
129,306 129,306 00000000000001706a8a338a02ac528b94c37b500c2d1f752b923fe2551fa692 43 0.03/1.00 vMB 155
129,305 129,305 0000000000000cc62a3858da5e31d2a3ac42bffb92a7f86d8d0cee814ef55535 30 0.02/1.00 vMB 1,959
129,304 129,304 0000000000001c8620914bb89d934b7d95b7ea5276bb26684596cba6061ae28d 32 0.01/1.00 vMB 903
129,303 129,303 0000000000000ec70052ad5131c871fdbe470dc46a3cd1d3245419f864440b04 42 0.02/1.00 vMB 657
129,302 129,302 000000000000136150a0ec5f669f7783282021c84c500d737dcb5065f736dbaa 127 0.04/1.00 vMB 2,935
129,301 129,301 0000000000000f404cc3a74e653b620c32d01de90a6b89dca4d83143691bc62b 24 0.01/1.00 vMB 1,090
129,300 129,300 0000000000000232b932a1e9b31fdbd568e9078c78f1e68158480ff02f616f84 17 0.01/1.00 vMB 552
129,299 129,299 0000000000000d6603dd83d4ecb3545815ee6a50a207cd6bc6577af267eecddf 60 0.02/1.00 vMB 386
129,298 129,298 0000000000000048160210cf261b18ec09adfc1c1658df108cae6d9bf08a19e8 38 0.01/1.00 vMB 552
129,297 129,297 00000000000014af3399a146f7188eb6308d7df2aaa863218ad3fa28e558d365 96 0.04/1.00 vMB 1,184
129,296 129,296 000000000000029e18d13a748f5d01dbd916309d36937e1f0b58a973238ab8bd 15 0.01/1.00 vMB 486
129,295 129,295 00000000000008bfe9107f02866c17943353cccb94b55c6a42b4efba8ffc2eea 77 0.04/1.00 vMB 1,094
129,294 129,294 00000000000008ceb08a024a12cf7af40c19488eadcb8c3af53e07c929e7620a 29 0.01/1.00 vMB 789
129,293 129,293 00000000000010e179adb139345f214b82e738b4e335f64852708940de3a1969 20 0.01/1.00 vMB 951
129,292 129,292 0000000000000c6b996183e7b3ac3035c63c21a06e21067cc295ae1fe011c476 31 0.01/1.00 vMB 955
Previous 10 blocks ↓
Total Size: 781.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.53 GB
    • Received: 9.95 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.