Loading Tool

Explorer IconExplorer

Memory Pool

38,502 transactions
28.43 vMB
0.06596640 BTC
Random Selection Loading Transactions
Max Size: 143.95/200 MB

Candidate Block

Mining Attempt 870ff680a85f4a2f3f5a72e3b0d267cea5cd0dd79c1879b57c2a26357980f216
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 207292d601c53cadad6a24ba2f76a429dedfbf19ce6df8dd3e1de93c2f7b3d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,536
Size: 1.00 vMB
Total Fees: 0.01115333 BTC
Feerates: 105.82 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (233,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,887 680,887 00000000000000000008283e1f097dbb554c512c346dc7832fc32c66ade404b0 1,935 1.00/1.00 vMB 195
680,886 680,886 00000000000000000006ff9e43135d07a3ac72d5aab051fb98546f6b4a4cf23f 2,849 1.00/1.00 vMB 99
680,885 680,885 0000000000000000000410a43f635b4e36b740683d8ccfffe24fb58ccb905d75 2,434 1.00/1.00 vMB 67
680,884 680,884 0000000000000000000b2631b8a01e539caade89b53b82a454d206bb80da587b 2,599 1.00/1.00 vMB 100
680,883 680,883 0000000000000000000a8a1830ac30fac9c6bc6416e4b2ffb414247dacdfe92a 3,423 1.00/1.00 vMB 36
680,882 680,882 00000000000000000004116ee3bfb5a7740e33f62c3c496672cc8d619fd3543a 2,049 1.00/1.00 vMB 75
680,881 680,881 0000000000000000000a0045e07b0874ebda24651cb87f92e2613f1e6e2a71d1 2,503 1.00/1.00 vMB 137
680,880 680,880 00000000000000000008a423346b8cf24e8dc53b39ed0eafc002141c01564983 2,036 1.00/1.00 vMB 116
680,879 680,879 0000000000000000000b1d15d6d500462a780a5321ba7e9daf057c869ac5c411 2,640 1.00/1.00 vMB 196
680,878 680,878 000000000000000000078e796633d210d98016c6ab246e8caa5e0522f1e6f93a 1,707 1.00/1.00 vMB 189
680,877 680,877 0000000000000000000abb7eda6f1fcf7191f8bf657589a98462285a68fd99dd 2,279 1.00/1.00 vMB 56
680,876 680,876 00000000000000000001b96d7fa640c106128c119d897be0f02da2fe75c5ea85 3,061 1.00/1.00 vMB 177
680,875 680,875 000000000000000000088bb62c0702aeef495f065cd8ddbf18b5bce2d615ea42 2,504 1.00/1.00 vMB 58
680,874 680,874 000000000000000000002d827e5969475214402697f6485e442c4a36a9eafe42 2,522 1.00/1.00 vMB 143
680,873 680,873 000000000000000000031092fcf829c02e368cc744ff1ef6dce846eba004dea0 1,883 1.00/1.00 vMB 97
680,872 680,872 00000000000000000007193b8c0a2e22524c9db7b2ad416ccc064edc7228eac3 2,915 1.00/1.00 vMB 164
680,871 680,871 0000000000000000000607eb0f2af98f2dbc0b4f10c032ca2f54165a70e55682 2,487 1.00/1.00 vMB 90
680,870 680,870 00000000000000000008d71a9649614b3d2b650ac06c7318c4e6d00baefad898 2,681 1.00/1.00 vMB 112
680,869 680,869 00000000000000000007bbcce3425ec41fc32e971dc7468b92d60bbd89bad4e6 2,278 1.00/1.00 vMB 133
680,868 680,868 000000000000000000083b434083e5039165a697ed2767a4f1ac20a6e9552bc7 3,247 1.00/1.00 vMB 105
680,867 680,867 000000000000000000033f2a1e8bfb9ec1c6c1f6ab097eb088d3cabac2b07b5b 2,126 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.