Loading Tool

Explorer IconExplorer

Memory Pool

73,435 transactions
28.46 vMB
0.06968462 BTC
Random Selection Loading Transactions
Max Size: 168.24/200 MB

Candidate Block

Mining Attempt bb3001e3749e14b9a6a2f006f46b53bff079751991db50b423e652cdefcce513
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 69a38950fc39171f66f62058a833c88d3a420675803cd5ac3eda5e88324f087f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.01244557 BTC
Feerates: 100.36 > 1.25 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (320,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,896 594,896 00000000000000000017069ff8adaa1145bafc883db3fa93621796514bb59c93 2,518 0.76/1.00 vMB 22
594,895 594,895 0000000000000000000bb473f52df3ce2b3921f3fb071ec2992af4d71becd0e3 1,985 0.54/1.00 vMB 17
594,894 594,894 000000000000000000052a27c2e45e1a993cb379617f368288afc0f2dc20dc8f 2,063 0.52/1.00 vMB 13
594,893 594,893 00000000000000000010d97157982178f49b97debf9b676fa694eac3bd8caf1e 141 0.04/1.00 vMB 13
594,892 594,892 0000000000000000000234762ddb38a271b4cfc3d7c5f8f2844d146f5b8ebf1d 2,618 0.73/1.00 vMB 14
594,891 594,891 000000000000000000155c0f17f37adddcbb022b7c01e072b8039c1b9b2f4436 1,921 0.49/1.00 vMB 12
594,890 594,890 0000000000000000000a9e26f2cd18454e1c62b8028c3b51b26773f112d5795a 1,871 0.56/1.00 vMB 12
594,889 594,889 0000000000000000001199f2457fac3000e7ff6cbc7855c16db8e868cb769aec 2,218 0.88/1.00 vMB 4
594,888 594,888 0000000000000000000477102b23c2d42b54df40095ec646349a9a0d0cc1a3e3 3,623 1.00/1.00 vMB 18
594,887 594,887 00000000000000000009ebf4a4930aa7bd7915f082f6130a842d810a3fa2f3a9 2,727 1.00/1.00 vMB 16
594,886 594,886 000000000000000000030963d5029a8521cca995340db584847f390c63166b25 888 0.23/1.00 vMB 12
594,885 594,885 000000000000000000160ba2f2c8e9e4dc326eb5d2fa9d459dcead0ebfb12975 909 0.32/1.00 vMB 10
594,884 594,884 00000000000000000009f1ccbf30476251bccb5c26d69ff36e8ef7896d578059 2,773 0.89/1.00 vMB 12
594,883 594,883 0000000000000000000ea73c9b72d32e09977a3a1b001f466bf3e2adaccd3653 3,544 1.00/1.00 vMB 16
594,882 594,882 0000000000000000000602cc96370db0a7bc37179d641a3e30f9361b83296051 1,012 0.36/1.00 vMB 5
594,881 594,881 000000000000000000020db17d18e8b561450dac9faad55ce2caae6391f659f4 3,094 1.00/1.00 vMB 10
594,880 594,880 00000000000000000002b0b1912d09c6151eff0d3b530858196b02a6af843247 2,930 1.00/1.00 vMB 25
594,879 594,879 00000000000000000015846e22acc8564c02e468c44394cdce4175093932c2d7 1,194 0.38/1.00 vMB 3
594,878 594,878 00000000000000000000b084819705d109e72daa5f92b3caca39f6b530a8e75c 3,515 1.00/1.00 vMB 18
594,877 594,877 00000000000000000007fca1a359db22c1c1996f6f305d6e69c7cb4269fc393c 697 0.28/1.00 vMB 10
594,876 594,876 000000000000000000025afc41410c06487705c0abe086b0a2b2e9a8eb5b759e 1,744 0.50/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.