Loading Tool

Explorer IconExplorer

Memory Pool

13,619 transactions
7.08 vMB
0.01999749 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.14/200 MB

Candidate Block

Mining Attempt a750568e09880b1301de947715f0bdbdd6477f246e8a66630a5eca7fec9ef510
Version 20000000
Previous Block 00000000000000000000c699c68edafe19ae20d6f8e38d6ee02235cce2441d34
Merkle Root 069669e246c88ac65b4104f04be78674d301009c320edce30c1a05e320536c01
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,672
Size: 1.00 vMB
Total Fees: 0.00650368 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,439 (726,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,234 187,234 00000000000003c5780041fcdc7e63aa831739a75e670e5483ef35f4e61fcf71 128 0.05 vMB 22
187,233 187,233 0000000000000987eef442071d82bb4f1c3404909eda24fd85edb86b244543b5 299 0.19 vMB 112
187,232 187,232 00000000000002ac708dc01b2c4f9539309cb652583e90b8649f4b7c1ea240d3 47 0.03 vMB 40
187,231 187,231 00000000000001ca7c0cde608926d3ed647c16b7f6bbd0a39da2e91ebfc82825 579 0.23 vMB 129
187,230 187,230 00000000000009776cb98fd11b93ca5e94cad6759427fae8b9570db81db33fd1 725 0.25 vMB 143
187,229 187,229 00000000000000cc44dfc0599235fc725b82020ab7ffaf657cfe9debe3993012 498 0.25 vMB 187
187,228 187,228 000000000000013d64e35e789d593538a790cfae21bde951a0ae1225648b66d3 125 0.05 vMB 111
187,227 187,227 0000000000000497baf78e8c3595873aa0f52da693e8164e71890d2572cff9d0 246 0.08 vMB 27
187,226 187,226 00000000000001a7957a6a281d02ebd348c6d34abde35d9a3d89a1ad27d5664a 250 0.12 vMB 280
187,225 187,225 000000000000087219768435fb7121c68e35d8dd1804dcb59e51c67047c88bf6 10 0.00 vMB 0
187,224 187,224 00000000000008e66a7dcafea263c01e1de1a5feb2b8c12bd60bbf39be3533c4 423 0.17 vMB 151
187,223 187,223 00000000000008a424ee2f1c98e89c47c4ff45a1146028e0712c35f4d6573da4 21 0.01 vMB 87
187,222 187,222 00000000000004fc0b5aa53c5a0242b4d8d19b141180586a9a4a87ab5ba11247 58 0.02 vMB 94
187,221 187,221 000000000000078004378cb51ee87e1d7f9c167d699da3c9372b4c18511009f4 398 0.18 vMB 135
187,220 187,220 000000000000084c95101eaa9ba7261a5fc8eeee081ada062e328e7faba7ccfb 400 0.16 vMB 148
187,219 187,219 000000000000017c99857084317204c0f04fd1617ae2eecb78c92fef61c501cb 121 0.05 vMB 97
187,218 187,218 00000000000002d29b128f11b77b447e4f1a3c6c3bb461a343ba7f736b7df50b 9 0.00 vMB 0
187,217 187,217 000000000000013f560338f39719056cdd11fea7833aba2120d399b72066f13a 133 0.05 vMB 151
187,216 187,216 000000000000034fb8442672a9896ab6fa624d3959bfc9aa7d12b06b32088269 256 0.11 vMB 116
187,215 187,215 00000000000003fde9f5095caa3eea9366abee36d5a01ac741689bd74678f5e2 61 0.04 vMB 67
187,214 187,214 00000000000004f891f95df44a1072c385fa0e37ae2acfc66842d2414b7e0133 747 0.30 vMB 140
Previous 10 blocks ↓
Total Size: 779.63 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: 303.44 GB
    • Received: 1.38 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.