Loading Tool

Explorer IconExplorer

Memory Pool

86,908 transactions
31.84 vMB
0.15569129 BTC
Random Selection Loading Transactions
Max Size: 191.92/200 MB

Candidate Block

Mining Attempt ee3548ddd89eb6c1a272388d709264433c87258b382f71a1560deaf9668a41cf
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d4d77a54197de134dcbd5cea73b76999d0d204fb6af58603709ee4bc24f3c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.06939072 BTC
Feerates: 214.31 > 6.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (560,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,407 354,407 00000000000000000facb38700e69f9aa83b47546c4b01a1bba4e8fade637f9e 1 0.00/1.00 vMB 0
354,406 354,406 0000000000000000111f33ce7b49e2b646e634d881a0c34f228d2991f7467d18 1,187 0.75/1.00 vMB 24
354,405 354,405 00000000000000000a4805a500dbe2b27f5d4cd3bd8dcb9a57a00ae6df209726 512 0.17/1.00 vMB 44
354,404 354,404 000000000000000011d92c79b5926f6fb5bcdcfd00db85e7e730b12eb309cf0d 330 0.21/1.00 vMB 23
354,403 354,403 000000000000000008686d6fcac218978aecfd74bd8a890ca05fcab8ca7d0454 1,486 0.70/1.00 vMB 26
354,402 354,402 000000000000000006f4377f67f2e4e724f1bc0c8a19651cf314599bf52ed667 725 0.76/1.00 vMB 20
354,401 354,401 0000000000000000160e11f2b2f675d7e1a93ef7a0c5ee8cb8e37edf0ac39104 2,134 0.75/1.00 vMB 64
354,400 354,400 000000000000000006e123b68f1a8677a564fb8bd32ebd2fb9708073b99c2204 167 0.10/1.00 vMB 14
354,399 354,399 000000000000000016bf9780a4d296b4c67d72cb86cabd9cb34e5572c78011ea 83 0.06/1.00 vMB 7
354,398 354,398 000000000000000001a62b5435f7b67310a6e9c105ca32d611ca40303fdee92b 827 0.41/1.00 vMB 29
354,397 354,397 00000000000000000fa9fb6aeddd41d45b06068a8020f0feb8a777f6dd846c29 707 0.34/1.00 vMB 25
354,396 354,396 00000000000000001247abfdbaf1536a37153a0b28bea976271e6c3aa8549c5e 821 0.42/1.00 vMB 19
354,395 354,395 00000000000000000d16ca35ba360066a9b51bb6d8f8a9e0533eb646f62d57c0 1,180 0.75/1.00 vMB 22
354,394 354,394 00000000000000000db9425c3cafb676c856d2fbbc6e08ab1f2ee48b47990081 1,680 0.75/1.00 vMB 31
354,393 354,393 0000000000000000141f0c867392f91d4734b2c5b86103640426f39d9590889e 1,055 0.75/1.00 vMB 24
354,392 354,392 00000000000000000142fbea446f338c2a1f3f2b0fd04d387f00d66337788baf 793 0.75/1.00 vMB 29
354,391 354,391 00000000000000000a1a2990786e08a11450c928f4a2081e87809fe2979a82d6 1,537 0.75/1.00 vMB 31
354,390 354,390 00000000000000000c756d3eb40aa3c50a0c7f8fa82496dd7e3ed0d3bda9ded1 2,291 0.75/1.00 vMB 38
354,389 354,389 00000000000000000ccc425e5317d737e64b2be4ee0cea64f04064f81f95ef3a 619 0.51/1.00 vMB 16
354,388 354,388 0000000000000000162cbc4569d0656819f240b562014911bbf4de4acdd7a582 770 1.00/1.00 vMB 19
354,387 354,387 00000000000000000a10eaf80fc928b38d6103915df06c39115d228450b7e729 425 0.75/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.33 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: 660.80 GB
    • Received: 14.77 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.