Loading Tool

Explorer IconExplorer

Memory Pool

32,559 transactions
25.15 vMB
0.07126866 BTC
Random Selection Loading Transactions
Max Size: 126.49/200 MB

Candidate Block

Mining Attempt ada58351ba53322f084613e7d3ff228bd00aecb0fcb76dee36a453278dbedbf1
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 2827e0e752610c2ae5265bcf4a8db962574b03bc32cca1366fc0178c7623b4c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.02386691 BTC
Feerates: 100.60 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (801,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,933 112,933 00000000000087abfb2a90d30bb844d927a0ae1f801967c951ed658d56c3e98b 7 0.00/1.00 vMB 0
112,932 112,932 0000000000002955708f65501e7481ef9d621768951b239d9c5261b8551a0dd0 9 0.00/1.00 vMB 908
112,931 112,931 00000000000090332883a2024d70bacee50f33130cd9fb4ba4dc47284c28511d 9 0.00/1.00 vMB 912
112,930 112,930 00000000000065a45c32820b91786b67f0c69b60c399b8b9b30a8a7aab2aef57 10 0.00/1.00 vMB 0
112,929 112,929 00000000000073d2e0146954496c1f172ff0612945df36f45e4a3b6353356287 14 0.00/1.00 vMB 2,001
112,928 112,928 000000000000a071d4b6e8b6861b0fc263cadfed5ecbd1b2bb8861c302be8e60 8 0.00/1.00 vMB 0
112,927 112,927 0000000000003ca9e96e138b6b493b819a11b74017c42f5d73f7a9a53a70b979 10 0.00/1.00 vMB 0
112,926 112,926 000000000000b7e1ea5ff4a7540a78f64a6be7716b03d08af2b5c4f8648883f0 25 0.01/1.00 vMB 745
112,925 112,925 0000000000000a93051368eab92aaf71c5dc11743617fa77e369b83dca70cd28 4 0.00/1.00 vMB 0
112,924 112,924 00000000000094b7034990c9ec5f5c8801dbbad7500414185f18c6d632b71d93 10 0.00/1.00 vMB 669
112,923 112,923 000000000000adc255de335098eb255ff240cce5e950e1842e90dbca3217ad8f 7 0.00/1.00 vMB 1,772
112,922 112,922 000000000000695f916ef2cee970b53bc94b5d34b441946ae846d602c9c38b5d 22 0.01/1.00 vMB 318
112,921 112,921 000000000000b4e2d528ff1170888223644c12b5ed9229d0eee88b5be6977fc7 11 0.00/1.00 vMB 1,165
112,920 112,920 000000000000dc182a5ff03ab45142027e7adf0f1d2b0567ddf097c523d84476 6 0.00/1.00 vMB 1,290
112,919 112,919 0000000000007be45f5c90088b34590a11677a8c95a4abd317298892f4661846 38 0.01/1.00 vMB 0
112,918 112,918 0000000000002688c5ef3c28b6f98fea10ec6b9fee783aa77a1fb342ae00cc1d 25 0.01/1.00 vMB 461
112,917 112,917 000000000000d22cfc373a95dee8643aa1521c78828c4c00e8dff5287c603815 10 0.00/1.00 vMB 740
112,916 112,916 00000000000022e19c5175a43cf65182084e988c4894c2c8400a5dd498450fd1 9 0.00/1.00 vMB 0
112,915 112,915 000000000000128817e7a4bb7bf1a13769d10f972d01470b33b6c41328196ba0 6 0.00/1.00 vMB 606
112,914 112,914 000000000000c635a414753eca782c59aae8dfadcdc773af063c500f779a7b83 7 0.00/1.00 vMB 0
112,913 112,913 000000000000467e6eccc598e588200cc09c09a7946f734803269fb84a9f3fbc 9 0.00/1.00 vMB 298
Previous 10 blocks ↓
Total Size: 781.87 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: 642.83 GB
    • Received: 12.56 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.