Loading Tool

Explorer IconExplorer

Memory Pool

42,929 transactions
27.87 vMB
0.07747468 BTC
Random Selection Loading Transactions
Max Size: 144.47/200 MB

Candidate Block

Mining Attempt e2927b34908999eee9fc6aaba3b66ba4bd45138f81255b2080a815ce2b1b08dc
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 24dfa2939a23ee50a00ddc8bcc10483a9403a518126fc32f1226f46fb3e8dd15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,589
Size: 1.00 vMB
Total Fees: 0.02034195 BTC
Feerates: 160.85 > 2.04 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (432,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,722 481,722 00000000000000000009a137e716d2c9d17d04ac3a59e38fb715866fb6aa4129 1,325 1.00/1.00 vMB 423
481,721 481,721 000000000000000000f4b73eba4fa8ee1c7b400982cccbd5acc73df775f4e6a0 2,026 1.00/1.00 vMB 502
481,720 481,720 00000000000000000045327455eecda2895cccccbcbea0d36813b98c2a182d7e 2,303 1.00/1.00 vMB 381
481,719 481,719 00000000000000000100a634a191549980f33831cca394dc4bee02097081f411 1,312 1.00/1.00 vMB 323
481,718 481,718 00000000000000000021342caa3fab052758ff035b265b07a4009b36a4b1a7d2 1,689 1.00/1.00 vMB 407
481,717 481,717 0000000000000000006ea0652dfd9c2b8b3c59c2dea8c93241b6128e332e7c90 1,921 1.00/1.00 vMB 387
481,716 481,716 000000000000000000a104c35b882e373610f9099b755e0727d3a3b69b89baef 2,288 0.99/1.00 vMB 460
481,715 481,715 000000000000000000f9caaf55dcb3383f4b704b9f15740c09290f25dd48ce5e 1,760 1.00/1.00 vMB 406
481,714 481,714 000000000000000001225b913dd6b9a7c9dc71c94bf5800c96d2dc833590f677 2,538 1.00/1.00 vMB 523
481,713 481,713 000000000000000000e0c78afcad72fcbc6247e75ee034fe8fc19b791c82aa3e 1,830 1.00/1.00 vMB 411
481,712 481,712 0000000000000000009d5d2108e7c0abd6e23b49375ba9604858daecfa0b762f 1,761 1.00/1.00 vMB 421
481,711 481,711 000000000000000000e5a4f5b311de23797ca2666107d8f6aab9b401de10a8d7 1,572 0.75/1.00 vMB 449
481,710 481,710 000000000000000000274cd5878819ebf642a9f151f1281550db94073d270a3f 1,929 0.99/1.00 vMB 420
481,709 481,709 000000000000000000abe0409a6f343b88e2fa16e52b142adfb9eba718028138 1,726 0.75/1.00 vMB 535
481,708 481,708 000000000000000000e15312f099d879788eb66b097de7b540078920010981a2 2,286 1.00/1.00 vMB 454
481,707 481,707 00000000000000000123a7c07044f580ea2d05b8d81337e9c06c0fcbf1d0d85e 2,380 1.00/1.00 vMB 325
481,706 481,706 000000000000000000d008154b286ce0fdf03f46483ac6a941929ee5e2ff67cf 2,297 1.00/1.00 vMB 370
481,705 481,705 000000000000000000766d412645abb52af877095ba35ea03c7dfce36458ded6 2,704 1.00/1.00 vMB 277
481,704 481,704 00000000000000000058de6e460b9ebfd2fac2faa8d5f907b5078cc656e5ce2c 1,631 1.00/1.00 vMB 271
481,703 481,703 000000000000000000e7a30f94c14952c3940984df27c6d8b49f0b8b1f2c9a26 1,767 0.99/1.00 vMB 301
481,702 481,702 00000000000000000049b901f838b808b554883d09c8142691a06f79bc0cf6fd 2,312 1.00/1.00 vMB 438
Previous 10 blocks ↓
Total Size: 781.79 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: 633.89 GB
    • Received: 12.23 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.