Loading Tool

Explorer IconExplorer

Memory Pool

89,074 transactions
23.22 vMB
0.06500637 BTC
Random Selection Loading Transactions
Max Size: 158.58/200 MB

Candidate Block

Mining Attempt 4c6cdc9cec59d630c6d71c732a21bbbc447acbabff5f560e9b12ea70c8776890
Version 20000000
Previous Block 00000000000000000001491f3f29ed4145df77bd82a6c0b0f243c5da57f7235c
Merkle Root a8d8df22eecf0aa3cdeed7fff7807e0882638d048581496edb5e8cdb78347c95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,492
Size: 1.00 vMB
Total Fees: 0.01300685 BTC
Feerates: 151.12 > 1.30 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,912 (854,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,647 61,647 00000000075787534b4775e48b522fb1de4b710b72bb627e6c03d0d12d30b0c9 1 0.00/1.00 vMB 0
61,646 61,646 000000000db8025a177dd75da048186329e60e576409eb3a3ef6913fed84a62d 1 0.00/1.00 vMB 0
61,645 61,645 000000000abeb338740f9a4b3c730246b1fa248d3e310d68189a60720245cfc9 2 0.00/1.00 vMB 0
61,644 61,644 00000000051ebea2694332c42a572b90ae2b2fccb31e490c5bbdf5cd1ba43710 1 0.00/1.00 vMB 0
61,643 61,643 00000000062cb342b08027d6e557446ad29c26867a43490c547ef9140f5093b6 1 0.00/1.00 vMB 0
61,642 61,642 0000000008d23d9f7839f272194d2af2786971a32c4596940aedead038dd92e9 2 0.00/1.00 vMB 0
61,641 61,641 000000000c29bb36f727e64996977b4883c65f1a29bd33fe44cd3a19ea8525a7 2 0.00/1.00 vMB 0
61,640 61,640 000000000644be52b7f5fe01e7a6358ea66aae5e12a661f55848cd7ce9e189e3 1 0.00/1.00 vMB 0
61,639 61,639 000000000a2e7eee181695fcf02efdb77a9ea191f7538df111637bf40e673b9a 1 0.00/1.00 vMB 0
61,638 61,638 0000000005ad2126edcbb16e58f0ef8f2118977dca932160d11b6b3891603358 2 0.00/1.00 vMB 0
61,637 61,637 0000000009d9f0841ac36229123d9603519e2c787de22c4ab247d1738cfce5b0 1 0.00/1.00 vMB 0
61,636 61,636 000000000652a48a710cfc0e57e857d4ae2a09d9e9f7ed3f35b6997f682f5c79 1 0.00/1.00 vMB 0
61,635 61,635 0000000004ba2f14da64f95807c84580ebc25c263bc6631035b2b984fa56d475 1 0.00/1.00 vMB 0
61,634 61,634 000000000d24e9f196e591414504d5ba80363eb24545f605ab411785bcbac4da 1 0.00/1.00 vMB 0
61,633 61,633 00000000014abb76fc381d3ac575a6764a5d0acee081e902f33353ea9be8313c 1 0.00/1.00 vMB 0
61,632 61,632 00000000029bff2ceb1bcd87f4037cc53f2785a33e307ec2dc147d0ed8d8d16d 1 0.00/1.00 vMB 0
61,631 61,631 00000000018986f5499a4221cf89147e40cad67425174630e248b2a8f7ae1b35 1 0.00/1.00 vMB 0
61,630 61,630 00000000087b10e4888ac5647e915c3cf94de0d110b590342defb605146eebed 1 0.00/1.00 vMB 0
61,629 61,629 0000000006cfe31861ceca1143c4ae6839137b03823c8ab040ef6ffc1f535d40 1 0.00/1.00 vMB 0
61,628 61,628 000000000393495a0f5388927c9ee381d2912452a833a1bda507d46a2af3e6f8 1 0.00/1.00 vMB 0
61,627 61,627 000000000c276a614ab956b09a1d23a3eefb0598a181a36e2a97224cc80aaca9 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 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: 798.27 GB
    • Received: 22.46 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.