Loading Tool

Explorer IconExplorer

Memory Pool

42,446 transactions
26.68 vMB
0.06843428 BTC
Random Selection Loading Transactions
Max Size: 139.52/200 MB

Candidate Block

Mining Attempt c0018f7083ba6c4d30c1fa6c8a6a72cb5c6cc5b4dac32feaaf882feb68514883
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 4860e6ba8a980782823ad89fb9d1b84b59f74d29e4b034ea4817cf204d8c3b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.01930900 BTC
Feerates: 101.59 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (384,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,290 530,290 0000000000000000000424e5e3b5019c35f3bbfcb387886772d5205c912304fb 2,410 1.00/1.00 vMB 32
530,289 530,289 000000000000000000298780c9855540157d2323c4fb7c9f11f514c842d03609 3,031 1.00/1.00 vMB 12
530,288 530,288 0000000000000000002f2160f54c51294d9a5587fd49cca27f9c0c71b8cc2094 2,189 1.00/1.00 vMB 74
530,287 530,287 0000000000000000002c73e8bf1c874e1001147160e0fad3ff7f1fbb9e700663 2,351 1.00/1.00 vMB 9
530,286 530,286 00000000000000000024f3d30cf5db4493b5668b636628a825f8716cbc2f260b 1,927 1.00/1.00 vMB 7
530,285 530,285 0000000000000000002ba5538890dda97753b532dee4442d6bfcb5d31fc517ea 2,382 1.00/1.00 vMB 48
530,284 530,284 000000000000000000249d0e33c795cbf9736b3367122348cfec4bc227afedad 1,998 1.00/1.00 vMB 44
530,283 530,283 00000000000000000006e4f8ec5ac60d89cac532faead3132754f0ae5d0e26dd 397 1.00/1.00 vMB 7
530,282 530,282 0000000000000000001e0b157c2bb2e29a3eb3ebb9b5015a03c1d8c5aad2fcea 2,694 1.00/1.00 vMB 36
530,281 530,281 0000000000000000000e42b0e0aed45ef869e64e18e5911326c53d86c14c98c0 551 1.00/1.00 vMB 5
530,280 530,280 000000000000000000242c180ee00ba6f59b8d7e8d59a49692f04cc80c36276b 2,335 1.00/1.00 vMB 32
530,279 530,279 00000000000000000019aed6c4f6a1161d7232894fb74109f21fe00ed42d2200 2,340 1.00/1.00 vMB 21
530,278 530,278 0000000000000000003439f594948443f8d6a7c382847edef63768c73b1af16a 367 1.00/1.00 vMB 8
530,277 530,277 0000000000000000001c55e34fb3da8843c1d4254622ac42d6065097684270e8 2,187 1.00/1.00 vMB 24
530,276 530,276 00000000000000000001233e734a2e27a907c24bf43a55b71ea28e06ec4b829a 3,102 1.00/1.00 vMB 34
530,275 530,275 00000000000000000009e63379bc28f94b6e346e7fd2c95b8b746f3ea70ef2f7 453 0.23/1.00 vMB 63
530,274 530,274 000000000000000000262001a4acc896d468fc004547e453eb84affd6e6911e5 373 1.00/1.00 vMB 3
530,273 530,273 000000000000000000175b26ef238f86dabb3f8856cd8bc43570ebf46d62088e 679 1.00/1.00 vMB 11
530,272 530,272 0000000000000000002a2f346472f2696c4128d4995d81bb220ce3a394b34d6e 225 1.00/1.00 vMB 1
530,271 530,271 0000000000000000002e7054dc7c45aca6f3e0a95b63dd25bfe8cbe13af3f3ca 2,570 1.00/1.00 vMB 26
530,270 530,270 000000000000000000307b0ac8d53b36b9cddd672c825671618da9a619691e29 1,001 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.