Loading Tool

Explorer IconExplorer

Memory Pool

38,677 transactions
26.70 vMB
0.08566208 BTC
Random Selection Loading Transactions
Max Size: 136.98/200 MB

Candidate Block

Mining Attempt f0f10a97b9bbbe7a485cb65b4f24daf784ac981341bf88c71d6918b20fa8e061
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root cabdee2dddc63988ce46510bf759b9ad89383087ec2ce43b796406e9993c9d69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.03248154 BTC
Feerates: 152.71 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (396,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,078 518,078 00000000000000000014508941280216fa874a1210d4f4f4bebc40ef7c4e0ff0 1,290 0.49/1.00 vMB 36
518,077 518,077 0000000000000000000b69067c02f129ee7e8dabecb918b603389ea5b78fc44b 225 0.08/1.00 vMB 32
518,076 518,076 0000000000000000003d742522c07fda2a6130b422d0834de8b3ed72bfa2f327 949 0.33/1.00 vMB 32
518,075 518,075 0000000000000000003986927e1dd08e82b16f2b1f7a8093268e15ca303e3404 549 0.23/1.00 vMB 36
518,074 518,074 0000000000000000004c935c48acbc8adefac6e92508b00ae13da2ca5c1e1f6c 453 0.18/1.00 vMB 35
518,073 518,073 0000000000000000001326d581ef10ed4fcbbf2feed89f66e28caddac7aea6e1 329 0.12/1.00 vMB 27
518,072 518,072 0000000000000000003ae85aa6185b85eb71b569ab2cf5e3f171f2dfeccd3796 1,328 0.76/1.00 vMB 27
518,071 518,071 00000000000000000009d31d569dca7006ac05f0ce99c394108e532e5a4bb423 921 0.92/1.00 vMB 12
518,070 518,070 000000000000000000480742a02b52b7c9e5a78d02e6969370f89a1deb503c36 3,043 1.00/1.00 vMB 36
518,069 518,069 0000000000000000000d692b7f6a232b69f0d788bd1d603b3c76b89638b8c54d 185 0.09/1.00 vMB 48
518,068 518,068 000000000000000000057e23ac705af8aa4bc6eb6a4a8383defcfb6c4d8a58b0 1,239 0.80/1.00 vMB 22
518,067 518,067 0000000000000000001ca3b54df736860213b82b404b6a8c0a103fa7153ca32b 2,763 1.00/1.00 vMB 8
518,066 518,066 0000000000000000004f6b895db5e2dd336ccdecb42f3c829109096938882c8e 2,421 1.00/1.00 vMB 33
518,065 518,065 0000000000000000002ab6d2867988c8a7b72ac90c2d97719d6c0a6b6d9dfb1f 2,656 1.00/1.00 vMB 37
518,064 518,064 00000000000000000044b5234de7cbeb2eb185475f5fbbf4790373bc6f7de75c 2,609 1.00/1.00 vMB 40
518,063 518,063 000000000000000000347f0f37c83ea175d2be47a7cabf79bf97407759d72029 2,536 1.00/1.00 vMB 59
518,062 518,062 00000000000000000038fd75dd1a6cfc181797cff6baa55a9a1add581eb3a7ad 1,225 0.50/1.00 vMB 32
518,061 518,061 0000000000000000002e40fbfb99f6f24ec318e80a0cf994589528dd23586be3 1,038 0.50/1.00 vMB 31
518,060 518,060 0000000000000000000472bd3965a984271c7f70ef9a5f85d06c2fc23ef107a3 613 0.61/1.00 vMB 6
518,059 518,059 0000000000000000002d16f652ba9435cccd2c082cd6114be2def5d4b87c03d8 1,208 1.00/1.00 vMB 11
518,058 518,058 0000000000000000003b389c37a0939bcf40414d07c39508c1416e5f8fa03732 2,310 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.84 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: 637.51 GB
    • Received: 12.42 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.