Loading Tool

Explorer IconExplorer

Memory Pool

50,835 transactions
29.08 vMB
0.08412670 BTC
Random Selection Loading Transactions
Max Size: 157.24/200 MB

Candidate Block

Mining Attempt 3fd41484bf2b7d7dcf577e1bb829e44ecd387776c0313ac1949a55d3456b19f5
Version 20000000
Previous Block 00000000000000000001062e61f060b48ed5c5e8a69516a4e7eb4bbc1d3cb176
Merkle Root e3aaa3afae8d521421b20f59d80afc2ce14645741788f3afbdede8e628d30f6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,027
Size: 1.00 vMB
Total Fees: 0.02859513 BTC
Feerates: 237.23 > 2.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,841 (315,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,703 599,703 0000000000000000000d813007a30d174cde7a2407ba7345dc6a93c5f36409a7 2,450 0.79/1.00 vMB 14
599,702 599,702 00000000000000000002c451c14294a9cce875c41f0cce7cf33e3dd3c30fd4d6 1,207 0.40/1.00 vMB 13
599,701 599,701 00000000000000000009e61285b93458a0bd69aff6783e2bea0ff7ec0de1eb05 655 0.42/1.00 vMB 18
599,700 599,700 00000000000000000004f60ffab5b9d589da0bd67e3fa6167bf25e7cf8df122c 2,822 0.93/1.00 vMB 19
599,699 599,699 0000000000000000000dd1c91b1b7c4e7ef054d367015dd764497a9ab49a2259 1,822 0.57/1.00 vMB 17
599,698 599,698 00000000000000000002e17e34948297b22addf981140b590211af2812dc8abe 305 0.15/1.00 vMB 17
599,697 599,697 0000000000000000000e3c3463ded63ec24aa7617d3b0a64dc3582da7757489c 1,769 1.00/1.00 vMB 8
599,696 599,696 000000000000000000115d6e3f60b133b30e08e5b529016374fbcfec57ff6be9 2,297 1.00/1.00 vMB 13
599,695 599,695 00000000000000000014f4bc0dc5d04b5c3aefcaed967188069bc1e3f0f3c5ae 629 0.43/1.00 vMB 10
599,694 599,694 0000000000000000000877523b431c18547575874cb805f43b440d2070ba4395 2,218 0.65/1.00 vMB 17
599,693 599,693 00000000000000000013cda3bd38414a7a55d23b8e370cc0f63e4e1abdaa1f91 2,575 0.86/1.00 vMB 16
599,692 599,692 0000000000000000000369f7b68976fc8fb6b737ac9adb426f3b510102f9f79c 2,316 0.80/1.00 vMB 15
599,691 599,691 0000000000000000000bbdba51b2342b40d614a0c12c10bdcd95a1bbf3dcc2db 2,022 0.66/1.00 vMB 13
599,690 599,690 0000000000000000000a5cfc7c3fd67c4f282dd4ceed64664d0ad9859976154f 2,723 1.00/1.00 vMB 14
599,689 599,689 0000000000000000000ee380402de1c890e914e9afce93d23720962b707d5ba6 2,252 0.93/1.00 vMB 13
599,688 599,688 0000000000000000000a8ed0ece68e0767741b5a209a8ceb39d1a958e342bb29 328 0.12/1.00 vMB 15
599,687 599,687 0000000000000000000d89c3af1c87c56103ecebcfbf5973cb7b8bad9ae30912 2,706 0.85/1.00 vMB 19
599,686 599,686 000000000000000000147eb05d8e3d86ebe15e3a6bd6ba8b52c176ddd94c9422 300 0.08/1.00 vMB 28
599,685 599,685 0000000000000000000432c7e4fa7914dc26a996ddedffc7c518d888117f8c03 1,726 0.47/1.00 vMB 20
599,684 599,684 0000000000000000000f3885401fbd8125b471cf5e783474f20e94ff2883f040 562 0.14/1.00 vMB 16
599,683 599,683 000000000000000000027aa7735cba20c47a6702729e83fae910d7a3a7978b0e 1,359 0.35/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.11 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: 651.87 GB
    • Received: 13.66 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.