Loading Tool

Explorer IconExplorer

Memory Pool

76,072 transactions
28.74 vMB
0.06954192 BTC
Random Selection Loading Transactions
Max Size: 175.84/200 MB

Candidate Block

Mining Attempt fdbde07fd66efef2eea052869fff14a4110d5a34a60b67e50179ce8ef8f50fe8
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 2f4c3ffad22475f41b29fdeeb382739744e2951a7db55fa45fa399ccf31ba4c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.00713547 BTC
Feerates: 40.21 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (212,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,875 702,875 00000000000000000003f89e5be190ff1874ebce13a4ff2922276d56da132323 2,670 1.00/1.00 vMB 20
702,874 702,874 00000000000000000008f100e2abae673025b83c0c841b1a7fb5d20cf54515d8 2,709 1.00/1.00 vMB 14
702,873 702,873 0000000000000000000b06057a46ab0e66094bf8fd3e8f81f944b745e2d26332 1,849 1.00/1.00 vMB 14
702,872 702,872 0000000000000000000aaf533a89d0e16595b9bf8d4d3301aa41b6626f35c3f3 260 0.15/1.00 vMB 9
702,871 702,871 0000000000000000000e0a7ec4dfe1215b35e5f07b47161c92fecd914b134c8a 287 0.35/1.00 vMB 2
702,870 702,870 00000000000000000004f8dcd0a7f381cb680eaf108499b558fa90bec0d04d2d 1,398 0.99/1.00 vMB 3
702,869 702,869 00000000000000000001d7d74bcff7399d644de2b6bdb2f4796780d56bb2e276 2,416 1.00/1.00 vMB 3
702,868 702,868 0000000000000000000c2419f59fb3daa367384f728815cbb9f78252ab66f59f 2,790 1.00/1.00 vMB 5
702,867 702,867 0000000000000000000bbaa47e87c1c44b3f065239a528fe466764b848f5873b 2,286 1.00/1.00 vMB 23
702,866 702,866 0000000000000000000ab9c9c366d2cac053dd8a8bf10e9a68fbc9f071addbfc 2,817 1.00/1.00 vMB 27
702,865 702,865 0000000000000000000ebe8ec1baaeef7ac76fdcd09fef7f948fa1fb0b345d18 609 1.00/1.00 vMB 5
702,864 702,864 0000000000000000000b6439d8aa1736a0bd3c662517937e18af5265e2781482 2,438 1.00/1.00 vMB 14
702,863 702,863 0000000000000000000674cecb62d03740926db63c15660b9e7bc7d6f258bda9 2,329 1.00/1.00 vMB 14
702,862 702,862 00000000000000000000dadd7dcfb53f890b5ca108466113c3a6040404eac427 1,483 1.00/1.00 vMB 4
702,861 702,861 000000000000000000000c835b2adcaedc20fdf6ee440009c249452c726dafae 2,500 1.00/1.00 vMB 4
702,860 702,860 00000000000000000009c3deb8b5e706d7be57a427f4f03f01c49d5219213b5f 2,813 1.00/1.00 vMB 12
702,859 702,859 00000000000000000000b3e8a34e7b31d7aa071b41c21ebefaa5ce2e82f708e6 2,910 1.00/1.00 vMB 6
702,858 702,858 0000000000000000000c48a1877f4329b3f85fb91c24659dcc42b562f0203c0d 3,139 1.00/1.00 vMB 24
702,857 702,857 0000000000000000000e1b5c8123e1a7dd629300d5533ffb4ddf99cd7cb02e23 1,815 0.98/1.00 vMB 2
702,856 702,856 000000000000000000025004dfc70644fca477f7ecac2b78115d2c1dbb394e03 1,772 1.00/1.00 vMB 9
702,855 702,855 0000000000000000000822fa86dee787701957e562e356d28bf4c5c4a714be67 2,659 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.