Loading Tool

Explorer IconExplorer

Memory Pool

81,175 transactions
30.49 vMB
0.09052918 BTC
Random Selection Loading Transactions
Max Size: 183.50/200 MB

Candidate Block

Mining Attempt 0b0d28ec1900bcb391efc84a746e302d9d1dc97a66d52810fb48cf6c94adc825
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root e9ece04328c692eaea52535addae36f3f1e9df455cca626c57b61b2f349b0671
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02502805 BTC
Feerates: 163.06 > 2.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (380,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,726 534,726 000000000000000000078007b10348831555c7cb7c9358e51a9df0a125cfbec4 2,645 1.00/1.00 vMB 30
534,725 534,725 00000000000000000019a201c52077781c7a5d155761f8590a963114e25f0581 1,163 1.00/1.00 vMB 5
534,724 534,724 00000000000000000021cbc205eedd38506c401a1b68ee81c70ec99c042c155b 2,586 1.00/1.00 vMB 15
534,723 534,723 0000000000000000000aecce65f3d7e35340d43d69311a1ae81068ee79191aa7 2,696 0.97/1.00 vMB 19
534,722 534,722 00000000000000000015d9b787130474b235d9cfd9bbda2b2f8f9f9b96a9f88b 2,215 1.00/1.00 vMB 9
534,721 534,721 0000000000000000000c0d8380173fbf092aaa30dd9429d3fbfb78c5db8a3854 2,673 1.00/1.00 vMB 11
534,720 534,720 000000000000000000161d20006bf1ac3af54c61a65549a9b837b76b4efc988b 2,997 1.00/1.00 vMB 22
534,719 534,719 000000000000000000236d34ec2dd450e936e50cf974be6f021c4d7dbe5eed91 2,690 1.00/1.00 vMB 20
534,718 534,718 000000000000000000060c0959a69f198a27e99785dad5f3e7ed26a7a55492e9 2,456 1.00/1.00 vMB 8
534,717 534,717 00000000000000000019b491601b2a88b0da44893dfe21a33423c5ed0e19bc5a 2,254 1.00/1.00 vMB 13
534,716 534,716 00000000000000000008fec0a58339f366611d63797d3062fde8d10d41f3c716 2,395 1.00/1.00 vMB 46
534,715 534,715 00000000000000000014a0422952f581f403f3267f7907851e00033219bd33ef 2,244 1.00/1.00 vMB 5
534,714 534,714 0000000000000000001efa389ccb03072b52143ffbd40cdda944517c458e7171 3,074 1.00/1.00 vMB 15
534,713 534,713 000000000000000000089b7d9387754d8cbe61af25974a3303692e040cf5f7c7 2,473 1.00/1.00 vMB 25
534,712 534,712 0000000000000000001cd3ac5a27313beb8c17e5a6899136a35b8d467d107511 2,514 1.00/1.00 vMB 14
534,711 534,711 00000000000000000028d6391c1eb48c7eda8a078a12d57d1e2a1c5c5a18559d 2,639 1.00/1.00 vMB 13
534,710 534,710 0000000000000000000efb1cd7fdc4539662205ebc0966de3d115c03818e33fb 2,484 1.00/1.00 vMB 77
534,709 534,709 000000000000000000138268a6f1dffc4e364fda8192240177fb096ee59e8b7b 2,771 1.00/1.00 vMB 15
534,708 534,708 0000000000000000002544512cc7ea4c43faed4e5bcd6dba1bdab9ea461aac30 1,786 1.00/1.00 vMB 5
534,707 534,707 0000000000000000001df3263e3478c94401572de9c96aee747cdb3eb629e4e7 2,618 0.97/1.00 vMB 20
534,706 534,706 00000000000000000007580093d74e989f37865eb4b7c433ec9d8fb3baa19f7e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.69 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: 692.39 GB
    • Received: 16.50 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.