Loading Tool

Explorer IconExplorer

Memory Pool

46,194 transactions
20.25 vMB
0.04526208 BTC
Random Selection Loading Transactions
Max Size: 116.18/200 MB

Candidate Block

Mining Attempt 500d8677a4a4e77daaa14c3dd57acf3d1b1b945601dd4f053cccecdecf819fd7
Version 20000000
Previous Block 000000000000000000004e80a4a164ef1b024f660dc937b6a3b5dcb22d8bcea5
Merkle Root 05d12cda8b9785772b69b8e2645fb15a44ae27bc8819702eb098651c6a1f91d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,509
Size: 1.00 vMB
Total Fees: 0.00534242 BTC
Feerates: 401.39 > 0.54 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,948 (747,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,878 166,878 0000000000000bb94ead37e6d5f2ecb13220ee9f4d36815270fadab740ee7002 44 0.02/1.00 vMB 61
166,877 166,877 000000000000098236eca5702efbb01f2a330572425d53d097fe54db0e992ed0 43 0.01/1.00 vMB 124
166,876 166,876 00000000000001e8e390efe1b0fe4f6227d89627335560c8bffcd16f5051adcf 23 0.01/1.00 vMB 32
166,875 166,875 00000000000004c3b9f3a93f2b688a136fd4b18e031375c77ea8134541058119 28 0.01/1.00 vMB 160
166,874 166,874 00000000000008181237cd5193ff6c5a60ace509f0887356f2a0eac9474a5be7 42 0.02/1.00 vMB 314
166,873 166,873 00000000000004fef9e270ddfee7a2d4d9bcb30ebb07f96dc5972aecef626a8d 13 0.00/1.00 vMB 32
166,872 166,872 000000000000075c5ba22c24e2e6c070ed5cdeae6a36c3c8db5baaced7c8e6a0 6 0.00/1.00 vMB 0
166,871 166,871 000000000000072852e5ff17bd01ad5abc072d541a0b1c720852a83c55d64c2a 72 0.03/1.00 vMB 62
166,870 166,870 0000000000000b94637b86add7f27dc22632434fe3cc814be5f4156f69b2a722 127 0.04/1.00 vMB 13
166,869 166,869 00000000000000675bf4f0102d4357b2f6f9b785f4fdb9ecf2c052b51b32989a 36 0.01/1.00 vMB 65
166,868 166,868 0000000000000553573faea41f6302f6d80431d67bf165df7e626f122a0b93c3 37 0.02/1.00 vMB 66
166,867 166,867 000000000000022f24f828564f515331ae1316591ea6e0bafb1578f69498ae69 71 0.04/1.00 vMB 67
166,866 166,866 0000000000000b72b0d5e434cdcaa3566b0825e6fcc61b90f3f6d0a9f0ea6971 158 0.05/1.00 vMB 16
166,865 166,865 000000000000010d606974e6835c0f08d4af2cfc5a810da2f7a9056f5a268501 25 0.01/1.00 vMB 111
166,864 166,864 0000000000000996380ec31775568ca51294ffe9fcb3c1eb7588d57031a2a702 33 0.01/1.00 vMB 3
166,863 166,863 00000000000001a8eef5fe6e776176de62e54a684b1614213071e27e1e90271e 57 0.02/1.00 vMB 75
166,862 166,862 00000000000000fb1360a3e89aad7b046bf08d89cf9dcefa538a0ba0f97cb29c 61 0.03/1.00 vMB 80
166,861 166,861 000000000000082a3d60e5e7c069a80365f6869878a21908c08cea1bc5993e03 13 0.00/1.00 vMB 0
166,860 166,860 000000000000014d110092c490413765e272969ff85e21f8a8087d153b3f15b2 77 0.03/1.00 vMB 301
166,859 166,859 0000000000000776adbabd801880ae9e8b21bdd3fd88cef1d04b97c8d6e7648b 86 0.04/1.00 vMB 93
166,858 166,858 000000000000054e81f2d85d5ab67e614cbfb5fca5ab76931d23ae88b1e390b2 114 0.05/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 780.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 534.03 GB
    • Received: 5.85 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.