Loading Tool

Explorer IconExplorer

Memory Pool

37,564 transactions
27.84 vMB
0.06475187 BTC
Random Selection Loading Transactions
Max Size: 141.67/200 MB

Candidate Block

Mining Attempt 031f04c2e16e945d3af6c4a5228e0f0187b8957ebdf565b2ec2966a5e23e8c4b
Version 20000000
Previous Block 0000000000000000000013567b40f7b89d13b352d667c6e800680c854ece0722
Merkle Root 99ebe121badcd8fc0a6033d4639f542bdba7c8be6e549c40549ffa3b9ecebb55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,015
Size: 1.00 vMB
Total Fees: 0.01157689 BTC
Feerates: 179.53 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,310 (793,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,714 120,714 0000000000004a7b23cc388b8721ba596378c1c8c8a738160a7a59221fcaa2ce 6 0.00/1.00 vMB 0
120,713 120,713 0000000000000bc71b03bcab1fceeee23aba4635042d6add95e8639f5ef7c83b 7 0.00/1.00 vMB 317
120,712 120,712 0000000000006f77afbd5df8ca7d84cc78f33529d4608ead2b8d6466a3f1b076 53 0.03/1.00 vMB 475
120,711 120,711 00000000000088ee0e1ca6d0e613f740abc2832fbf3f2b1ab84c356c9a9f1978 28 0.01/1.00 vMB 849
120,710 120,710 00000000000073a058e383acaec671a760517f4effe7c6822fe6803d72f92498 9 0.00/1.00 vMB 1,020
120,709 120,709 000000000000385880de9eee6d024e11af9b34c128f4f18b8fef3b49db69af06 24 0.01/1.00 vMB 883
120,708 120,708 00000000000037f831da7fa7cab4c6e760545eadb94061d49558e687a6e1fc15 13 0.00/1.00 vMB 630
120,707 120,707 000000000000319bc0a434dcacb6fa1260e42df687bf0afee7194120783de04e 11 0.00/1.00 vMB 816
120,706 120,706 00000000000083b6d9041f7d1a7dcd257e1b476ecfe8b68bac24dd1970673ccc 1 0.00/1.00 vMB 0
120,705 120,705 00000000000013306e0c0f95ea9973304e94856a1fb9afcd7867071743e886c0 41 0.01/1.00 vMB 538
120,704 120,704 0000000000000f53f6504e307a4e1e7fe3414329663a05adcb003d46f250cc1c 9 0.00/1.00 vMB 611
120,703 120,703 0000000000006a56504304ea61d64406506492e8d0d576e760a4a06800676d04 16 0.01/1.00 vMB 277
120,702 120,702 000000000000190d08638a5b029590603b92d72733da4dc0397c526b5b6936be 8 0.00/1.00 vMB 642
120,701 120,701 000000000000585f9f2005172c8a584f821b701ea3dfe3b90b3279ef95a6f4cb 1 0.00/1.00 vMB 0
120,700 120,700 0000000000001a63a5aa32481dbe1fa9b856df9a403f0dd53ad4cc1a9c6c5360 9 0.00/1.00 vMB 405
120,699 120,699 000000000000a9405b0a454d1b66b26d79006a6c6896379caf16935cd1073d99 10 0.00/1.00 vMB 390
120,698 120,698 00000000000001a6250083bc0008958b7a33412622edb5d4000c2a7c13b8d922 55 0.03/1.00 vMB 106
120,697 120,697 000000000000603deb93b1b8adf09838028453747f3ac212f0d2f6fbf934160e 8 0.00/1.00 vMB 468
120,696 120,696 00000000000037b2ab35d888057015f4a01050d793e001d5f5e9e1e73f78ea42 38 0.02/1.00 vMB 815
120,695 120,695 0000000000004e1cb189a73e0cdd816c9ecc4cfb5b6667512d062c473a369226 9 0.00/1.00 vMB 601
120,694 120,694 00000000000042fee19d0aad18eb8521e4ef7a292c692928f8ec913de09da46b 18 0.01/1.00 vMB 921
Previous 10 blocks ↓
Total Size: 781.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 581.48 GB
    • Received: 9.14 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.