Loading Tool

Explorer IconExplorer

Memory Pool

79,056 transactions
29.38 vMB
0.13623531 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 49dbbd50de32d7d7634cdc9fc0c5b36335858028e7c024f31544868ea4bde616
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 02ebf6b8515a621dcc60a5c4cac249e12445b7df1b48ba0d1bfcd6987cace684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.07352152 BTC
Feerates: 108.69 > 7.37 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (323,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,690 591,690 0000000000000000000f3d32409e09522248f599ccc43a70fe1484390f3889b1 320 0.12/1.00 vMB 13
591,689 591,689 0000000000000000000fa18e7f25b9e2efe40febd0c3a0282e25efbc95328a2a 2,288 1.00/1.00 vMB 13
591,688 591,688 000000000000000000029120f5d019f41685926597c9df494761c59e49b0f057 3,093 1.00/1.00 vMB 19
591,687 591,687 00000000000000000011eb25f5f4b1daebb20d5af4f594f9eae70d16cbb90a53 2,855 1.00/1.00 vMB 29
591,686 591,686 0000000000000000000422b326478eaeb35ce6dc3221d505d323105ffd217db5 536 0.23/1.00 vMB 12
591,685 591,685 000000000000000000041dac78b9c46d38f9f4865f119951a4d415068306c26c 1,898 0.75/1.00 vMB 12
591,684 591,684 00000000000000000005e4802a9e94fef28c4f024bb97ccb8fb1823c07a25b77 3,015 1.00/1.00 vMB 21
591,683 591,683 00000000000000000009bf7deb016b611e1b1d8684b03726d49c60151d00c0e2 2,936 1.00/1.00 vMB 20
591,682 591,682 0000000000000000000178d1ceb49a584f39b3272808be6fe64e8286635a589d 971 0.81/1.00 vMB 13
591,681 591,681 00000000000000000015c5c6d5c2947935c4345ed1d0698c328d6bdd7fea2f9e 2,354 0.99/1.00 vMB 2
591,680 591,680 00000000000000000016ea4e44f7f8776b4f62fb58dee9d4b44771fb966f1ebb 3,007 1.00/1.00 vMB 37
591,679 591,679 000000000000000000064c83b5c4d9c7974ad2e1b3615194c0d6de9cdfe2ee50 1,321 0.45/1.00 vMB 6
591,678 591,678 0000000000000000000700366f5f7a16bd8981bafdb85817d2fe8ac163c16aa1 2,489 1.00/1.00 vMB 26
591,677 591,677 0000000000000000000cfb42638bc6c323d96c323a8e1d3f155447d005220fa9 3,113 1.00/1.00 vMB 20
591,676 591,676 000000000000000000144bcb17e682864fbed6fc7e75207c85118634b5e002cd 991 0.54/1.00 vMB 22
591,675 591,675 000000000000000000092a51362c8aef981f710bfe4f13fc558bd827488e09be 2,099 0.70/1.00 vMB 11
591,674 591,674 00000000000000000012eb8ad9ad260cad6abc68591f0b2d059be259d5f7765b 2,395 1.00/1.00 vMB 18
591,673 591,673 0000000000000000000916069236120957baf240f4703fc62f1daaa090f3116a 2,492 1.00/1.00 vMB 36
591,672 591,672 0000000000000000001746676e2250d08d2c3ab1825e672c6d75475036da49ff 2,083 0.72/1.00 vMB 23
591,671 591,671 00000000000000000014adcd0705b0e9f4ba2b0caad74df741c152bf5f64192d 1,474 0.57/1.00 vMB 25
591,670 591,670 0000000000000000000ef3bdbc93ff1388361effcb5297e6ce82ae1e2066ef34 1,108 0.58/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.59 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.57 GB
    • Received: 15.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.