Loading Tool

Explorer IconExplorer

Memory Pool

23,161 transactions
25.98 vMB
0.03069836 BTC
Random Selection Loading Transactions
Max Size: 138.91/200 MB

Candidate Block

Mining Attempt cabb663c8d86a0d3bcd08b3b783d4530eccfaa2e5e4a28f62f7279f15284b2a5
Version 20000000
Previous Block 000000000000000000001c90927b1800669f05a52bd9bc2ce50bc7fe40189b53
Merkle Root 8fae4a4bbf17e575303e37ecc176b23b02f58286c0b4cf5a49094791454dc2b8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,899
Size: 1.00 vMB
Total Fees: 0.00179877 BTC
Feerates: 5.19 > 0.18 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,852 (23,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,698 917,698 00000000000000000001801ce5665e549302cb66dab1511b74c0f5f854eedc17 5,188 1.00/1.00 vMB 1
917,697 917,697 00000000000000000001d16eb92acc9604c16b3d6e9b5fb295f237bd716d5d7c 3,551 1.00/1.00 vMB 2
917,696 917,696 000000000000000000018fe7ffc96757971cfcfd8da5a72a446b17c0a499c86a 5,713 1.00/1.00 vMB 0
917,695 917,695 00000000000000000001c6ea3ad423ea5be2e1c62c417c49dc285957ff468a6b 2,626 0.84/1.00 vMB 2
917,694 917,694 0000000000000000000126268ede318bdad0a65b359d9753682c2552e4f0cbbd 5,004 1.00/1.00 vMB 1
917,693 917,693 0000000000000000000130d19e79e25c942c9a241d4cc50ded59c65031fb1a44 4,866 1.00/1.00 vMB 1
917,692 917,692 00000000000000000000fe471df84d1b10d3a328185d74036c304d1de3495f97 3,232 1.00/1.00 vMB 3
917,691 917,691 000000000000000000019d2925384491d55dc94e77e4c70ad116cb1ee8f48a93 3,177 1.00/1.00 vMB 3
917,690 917,690 00000000000000000000c99ff21385879d8626aa4611dee65c1e88ff355a0263 5,646 1.00/1.00 vMB 0
917,689 917,689 00000000000000000000a1edd700cb914f35dc41f918bd58a8f56d2714da7cf0 5,637 1.00/1.00 vMB 1
917,688 917,688 00000000000000000001ab4a0de6a195876ddb5cc9fd3be28e2d2fc4577e377f 3,369 1.00/1.00 vMB 3
917,687 917,687 00000000000000000001442708830c49f0cdc07724976f4f6538367e4e958a96 2,561 0.69/1.00 vMB 2
917,686 917,686 00000000000000000000a105a4ead0c9022db19cd1d7d97447b9d4e2a1735b13 4,994 1.00/1.00 vMB 0
917,685 917,685 000000000000000000017e29e1bf44787b2a2a9a8242c27e6ddc0bb823c6552d 7,065 1.00/1.00 vMB 0
917,684 917,684 0000000000000000000018898cb1c34464ba196755bc8872faf5b3a5ce994b01 3,089 1.00/1.00 vMB 2
917,683 917,683 0000000000000000000033713373b03295eeef8b5fe1c25deced43ef304eb714 5,647 1.00/1.00 vMB 1
917,682 917,682 00000000000000000001369e330a1ff21cecbe3c0af25afe1b3ae7758729824d 4,683 1.00/1.00 vMB 0
917,681 917,681 00000000000000000000218947e54626111d028be48ec44d58c921ea8f658c2a 6,504 1.00/1.00 vMB 0
917,680 917,680 00000000000000000000f0e6f2017af1a4121ccff0ea1f36808d1a7dea43c41b 90 0.03/1.00 vMB 1
917,679 917,679 000000000000000000004761099484710a7aada62e3fe2b79bf3f27a617fdd0b 505 0.16/1.00 vMB 2
917,678 917,678 000000000000000000011da0e26c5fd9e711da3e59283ae60062a22d7c498234 694 0.17/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 828.27 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: 4,568.22 GB
    • Received: 246.55 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.