Loading Tool

Explorer IconExplorer

Memory Pool

45,818 transactions
29.09 vMB
0.14074085 BTC
Random Selection Loading Transactions
Max Size: 151.58/200 MB

Candidate Block

Mining Attempt 83f40fae26d4bbda517b635fe0ea03c2b57e520bab588d02b2ba3acd380e77b3
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 88020f77a0e5e0029c9f7282398d2ce64f0e5d4ac2ea8bc1f5e3c8b7716e6981
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04276030 BTC
Feerates: 150.75 > 4.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (862,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,003 52,003 000000000db2836002d28f134d1da57cb8592a2aa04dbc1be208355e7caad04e 1 0.00/1.00 vMB 0
52,002 52,002 000000001164121e291be6a7fd4be48f97d9d63ff8f29227a98de338977c4da3 1 0.00/1.00 vMB 0
52,001 52,001 000000001ab16006f0e6372bd266b8dc97805aef21d0362048377cf03f80909e 1 0.00/1.00 vMB 0
52,000 52,000 00000000082bc4398c4aa5bd8d9fc452d60d533ef68baabf594c9e7d6649049f 1 0.00/1.00 vMB 0
51,999 51,999 000000000f95de67605e78d9b57af78335c539376964a857ee601a907f122d56 2 0.00/1.00 vMB 0
51,998 51,998 00000000059a0196f60bbf2f32b5c6118550d3f561d583de09f49621da7a7891 1 0.00/1.00 vMB 0
51,997 51,997 00000000066d83aa221a567ac66f1ae595ea2152e88858fd95c2ebe3957d4724 1 0.00/1.00 vMB 0
51,996 51,996 000000000c01b77076d6c361b4b08138aaf091c561dac1f733bddb53aa0ac8a9 1 0.00/1.00 vMB 0
51,995 51,995 00000000147cbea2749a5fe381125b3ff3649d5a04dd9f41d21dfd1d0a5d8315 1 0.00/1.00 vMB 0
51,994 51,994 000000000fe176cc7e538520785b8fb8c7ffff6834cf8252fb9224bdc2a1f8a4 1 0.00/1.00 vMB 0
51,993 51,993 000000001bf8d29d6ab5d0d698c68031fbac59be14d046a34590173fdbe53d51 1 0.00/1.00 vMB 0
51,992 51,992 00000000101e1a50ed030c2951f558f7a1cf40629454d666bf6631291d9b1d25 1 0.00/1.00 vMB 0
51,991 51,991 000000001f6df5eb816205bbca2f935a7ae8a95e7b8126d5f074e303f9e1879f 1 0.00/1.00 vMB 0
51,990 51,990 000000000a13e70ff249a617262203d6b0c32de592f8a2c3858a428dad33d40c 1 0.00/1.00 vMB 0
51,989 51,989 000000001ca0418270338645669d6947cebe13cc45396e128cce5525b3d7c036 1 0.00/1.00 vMB 0
51,988 51,988 000000001a04ac30edfb6586bc20ac604679427648c106729c1bcfbcb75b1572 1 0.00/1.00 vMB 0
51,987 51,987 000000001b573a3e04f8b1a6e0eab352ec28b1fc3971a44b778186707332506e 1 0.00/1.00 vMB 0
51,986 51,986 000000001ea126434708ca189566e6ca85d5ffc3c0011eb1ced8dbabe85713b6 1 0.00/1.00 vMB 0
51,985 51,985 00000000103eb09bddd0be896a8c60e70821acd2a662746310674c73228662a3 1 0.00/1.00 vMB 0
51,984 51,984 000000000ea416bb645bac2b30bb02eaab61aea2f7d836b5dccc5ed9ca3b704c 1 0.00/1.00 vMB 0
51,983 51,983 000000001f9a94242cf34d37670a084dd3dbbff1640825d1f3c417a42d1e3ea7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.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.