Loading Tool

Explorer IconExplorer

Memory Pool

82,257 transactions
30.39 vMB
0.10274505 BTC
Random Selection Loading Transactions
Max Size: 185.53/200 MB

Candidate Block

Mining Attempt 747d9edef8a7033785253bd5f34413a614af5a2dbae010627ee75189f7ac732d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 88943e635cc7da93c61e92f07d43f8b758d8e007ba93d333da6a72b5b7c28c7f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.03226632 BTC
Feerates: 402.60 > 3.23 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (725,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,838 189,838 00000000000001de09f69108432bde4628e090061594fcdc7ac174a22cfa13f9 462 0.25/1.00 vMB 134
189,837 189,837 000000000000069263dc26d3c0f6f5da941793bc1c0cab527176e147fae4e321 1 0.00/1.00 vMB 0
189,836 189,836 00000000000007d3d0d45f398436de0f52e1d0997830e8ae9fb7daf9cc24a200 114 0.04/1.00 vMB 110
189,835 189,835 00000000000002e2b98294371a061c58aea8d170e6aee118bf3ebd0c2ecc7686 108 0.05/1.00 vMB 45
189,834 189,834 00000000000000630b554817bcc00d9959b10e5321701f7f6b893038c196901b 1 0.00/1.00 vMB 0
189,833 189,833 00000000000006718ecaac7d4bcc70b1c1047ddca528b494d376f7b0b7914ae8 566 0.25/1.00 vMB 116
189,832 189,832 00000000000008f3f23e0bdc98c6dd1bc54e3f3d58b4f8a42bda09378cc81afe 126 0.06/1.00 vMB 137
189,831 189,831 000000000000027d37979e07bb3c17afacddc864665a574cff9fe97693e293bd 93 0.03/1.00 vMB 92
189,830 189,830 000000000000010e6da9452847dcf4e920c0c51f8aee5b9f716057f36e1ea2a6 15 0.01/1.00 vMB 92
189,829 189,829 000000000000086b4f72a57c39bd99b602b050a457cdf42d32c121edf3d3ccd8 367 0.19/1.00 vMB 106
189,828 189,828 00000000000008e9b25a92d70cee36ac312c4195c50e0a9784369958b20cbbd2 334 0.13/1.00 vMB 35
189,827 189,827 000000000000055fe82ddc1237a3c8a991fd71f9a22a415604063ff98d567fca 107 0.06/1.00 vMB 78
189,826 189,826 00000000000002a4b5edc932857368eb797686e2da39545a37246e9a551a5e70 141 0.05/1.00 vMB 126
189,825 189,825 000000000000017e99b571ae61838ebc1f17452afb792f9b70c216906498c787 553 0.25/1.00 vMB 157
189,824 189,824 0000000000000588ec3169d5f00bd9bce90b969c6f64cd79a137fe5ea68a54a3 121 0.04/1.00 vMB 78
189,823 189,823 00000000000006ceb45435625308f91e445baed84a28f7182ed577c016f44008 56 0.03/1.00 vMB 44
189,822 189,822 00000000000004621d4a59f4de53e5b56a832634d26fcc697f5a9aceb70b6ba3 449 0.20/1.00 vMB 137
189,821 189,821 00000000000000beb4b5581d7e5ed8dbc06bb6645a76fa1dcb4c774d14ed6116 523 0.21/1.00 vMB 240
189,820 189,820 000000000000053e9fe5f90bc9798692eb26aced37ac8fd2dbd181a2e5bae652 42 0.02/1.00 vMB 69
189,819 189,819 00000000000006c4efa78fe3aede0599c714ae454631c32e2dde49465d57423d 180 0.10/1.00 vMB 85
189,818 189,818 0000000000000298b6ef60768e10b7e35a1e664272f53e924c7e6b5c4ffb0395 128 0.04/1.00 vMB 224
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.