Loading Tool

Explorer IconExplorer

Memory Pool

80,020 transactions
31.07 vMB
0.07932260 BTC
Random Selection Loading Transactions
Max Size: 188.00/200 MB

Candidate Block

Mining Attempt bd79793367ee946e486e9f5189f87414c100d03b71edc061bae54ac9f884dafa
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 91fc1beceb1977d6bca66f796cee9018a37ce79679c0b5abe7ff670f1414af20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,531
Size: 1.00 vMB
Total Fees: 0.01238847 BTC
Feerates: 100.25 > 1.24 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (96,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,721 818,721 00000000000000000000b7bde5c9a017e8c6bdd35a66bd2918b979e90757bd2a 3,113 1.00/1.00 vMB 56
818,720 818,720 00000000000000000002904218ebe1fb8297a0ceb3e722b20abc70d050d87550 4,524 1.00/1.00 vMB 56
818,719 818,719 00000000000000000003063c322a2d1417eaff703a57d6a8024d62a37e5d2967 3,613 1.00/1.00 vMB 69
818,718 818,718 000000000000000000010b0bca4b183452b6deff28c0ee167cbca7be6a98f412 4,150 1.00/1.00 vMB 54
818,717 818,717 000000000000000000000dd71d3d929a028b9b93a6b62c53141602156c47841a 4,017 1.00/1.00 vMB 70
818,716 818,716 0000000000000000000109f8b76c6c5ec635893ed1d72f5100022b6682133af5 4,129 1.00/1.00 vMB 61
818,715 818,715 0000000000000000000161617f2cf1e66178676bd803ef472a8a876ad89571e9 3,632 1.00/1.00 vMB 71
818,714 818,714 00000000000000000001633854b7f2aa2bb083ae8007540ba0d4fc7ac1272d4e 4,274 1.00/1.00 vMB 62
818,713 818,713 000000000000000000003660364813e79f7fc68ba268a5c5951ea267b1ea895e 2,832 1.00/1.00 vMB 63
818,712 818,712 0000000000000000000153e8c89d8910925008c7192a8cb0b4a83426e3e68751 2,848 1.00/1.00 vMB 75
818,711 818,711 00000000000000000000c03944515120fa42de0ba048bf3d7a11c3920a7fcd77 3,489 1.00/1.00 vMB 64
818,710 818,710 000000000000000000002b6b88a0e8de0d767c12d0c950ac9da4512702f32484 2,815 1.00/1.00 vMB 70
818,709 818,709 00000000000000000000cda9f675a597c9531179d092451a98433734162610ec 4,198 1.00/1.00 vMB 55
818,708 818,708 00000000000000000000dc6d61817fb2dfa623e5e9a34b076ee101b047c16860 4,658 1.00/1.00 vMB 61
818,707 818,707 000000000000000000018120b8d7641c28b586264d88c60a1b60b69cf40fdfc7 3,697 1.00/1.00 vMB 56
818,706 818,706 00000000000000000002091c44752c14f1bf4b31571ab4ffb13eec4c71f90053 3,505 1.00/1.00 vMB 68
818,705 818,705 00000000000000000002fc3f2e5c7b064f7f7f8b00aa069067b8f034819c47ac 3,075 1.00/1.00 vMB 55
818,704 818,704 00000000000000000002061692f5449a852020ba3c2a246c2eae85a2d96a2cb1 3,693 1.00/1.00 vMB 68
818,703 818,703 000000000000000000037d6f34d95fa7667a4c5e237a0c8df6611e1c5b0ed122 3,501 1.00/1.00 vMB 79
818,702 818,702 00000000000000000001fb6f354f8d84d59e2b2fbe49888bdf5d5bfd8c0bc5c0 3,254 1.00/1.00 vMB 99
818,701 818,701 0000000000000000000008fc8ddf648208e3a92563f240c817c80a4ff6e7dd47 3,186 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.