Loading Tool

Explorer IconExplorer

Memory Pool

44,196 transactions
27.38 vMB
0.07142721 BTC
Random Selection Loading Transactions
Max Size: 144.19/200 MB

Candidate Block

Mining Attempt 79b916e554a3c5e8d3020c0aa0afc37f537d37fe4fa47b00753ec7dd3ef7cfeb
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 017d124dd7ac93b445e786749b8fd6061a8db7f138dfc5de03ead6b35ddcf622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,564
Size: 1.00 vMB
Total Fees: 0.02021196 BTC
Feerates: 170.94 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (458,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,731 456,731 0000000000000000014730d852b736690fe9762094feee8db5f85b6e8a806e15 1,531 1.00/1.00 vMB 113
456,730 456,730 000000000000000001f5ada0eca4200b780c9ad0d416999cc789d9c1e081fc19 822 1.00/1.00 vMB 45
456,729 456,729 000000000000000001ff370e8fd211b7ba0a75f9303cf63941e0ec3399a562ef 2,935 1.00/1.00 vMB 47
456,728 456,728 000000000000000000a44cf5dd5e7dbbf7486bb3e70bb893a7cccd6eb6b1fda4 1,883 1.00/1.00 vMB 152
456,727 456,727 0000000000000000020134a7e3b049b6149f4bb004fb61b8bd281088e304c852 1,220 0.99/1.00 vMB 31
456,726 456,726 0000000000000000002fec7f8659169a4a57adff56a293dbf7d7a21e745ef93b 1,514 1.00/1.00 vMB 78
456,725 456,725 0000000000000000007d95e9ffdc64c04f3ad0785b9678d0d95a42d69c778f39 1,981 1.00/1.00 vMB 209
456,724 456,724 000000000000000000f6e5696436b98d6aace519ac73d513b35b28d5aa0b06cf 493 1.00/1.00 vMB 55
456,723 456,723 000000000000000001bf7d2b268dc2c7c4942724bcb8ac984a843b99941eac4c 900 1.00/1.00 vMB 75
456,722 456,722 000000000000000001756e7e8bb04d38d7defab5067b3f936a006d9c9c6a9b7b 1,994 1.00/1.00 vMB 205
456,721 456,721 0000000000000000002fac72d278376982c104eadddbe64c27e247052d46ea13 1,323 1.00/1.00 vMB 123
456,720 456,720 000000000000000001e6cd84fb4c7997975993928374de2469fa6e41d9e721cd 598 1.00/1.00 vMB 68
456,719 456,719 0000000000000000022f262496a56bec05da9b5321f8beb3fcf79630445edd54 1,865 1.00/1.00 vMB 179
456,718 456,718 00000000000000000175bba7c8f6b30e2aeada1d45ca3774caa6438e18e617fe 1,571 1.00/1.00 vMB 139
456,717 456,717 00000000000000000221a1b6dd5f6eb998daca8b94d241dcef6e509d8cc8f2f2 1,117 1.00/1.00 vMB 55
456,716 456,716 000000000000000001cb0c1517951f71a05ade5321656c252062d65203816833 1,826 1.00/1.00 vMB 120
456,715 456,715 0000000000000000002eb3ae49c5e568bf46606eb0b6d03ce94da36bfacdb82c 2,120 1.00/1.00 vMB 158
456,714 456,714 00000000000000000164a57ef1ec9472ad9b36b022e988b35763427a2a5dce7a 1,823 1.00/1.00 vMB 146
456,713 456,713 00000000000000000129e128465c26d42ea61c484dc9d013e35c6e131afb9367 2,629 1.00/1.00 vMB 214
456,712 456,712 000000000000000001cb9f15741478fd8e820dbc22d804ddf1bff3862fc3eab1 2,097 1.00/1.00 vMB 180
456,711 456,711 00000000000000000159a05cecc364d978037b3e488fb66eb0f064736933c88f 2,165 1.00/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 782.21 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: 654.39 GB
    • Received: 14.14 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.