Loading Tool

Explorer IconExplorer

Memory Pool

79,650 transactions
29.98 vMB
0.08606760 BTC
Random Selection Loading Transactions
Max Size: 180.69/200 MB

Candidate Block

Mining Attempt 5d55de0e6531694f26067779dd8a5536d7f3298c9604f3befe455be85f33d0ec
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 8fe6662d3e4aa1d5fa87d94469bc4046b6718537367ad630cce5f6b9fac8f497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,004
Size: 1.00 vMB
Total Fees: 0.01661278 BTC
Feerates: 40.21 > 1.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (449,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,923 465,923 0000000000000000002e6a908e3b0678e06ea377102f9951022e4a574008d02f 2,460 1.00/1.00 vMB 194
465,922 465,922 000000000000000001d19d4caed5e367267070ead993f0448aa5b7c51b56b2c1 2,207 1.00/1.00 vMB 281
465,921 465,921 000000000000000000de743e1a7337179e21db24d37f7fcd76bf68b10c2ecc04 2,351 1.00/1.00 vMB 248
465,920 465,920 0000000000000000018b08bbb0e23077ad516354c581b2ca5b12d67a8713071e 2,599 1.00/1.00 vMB 199
465,919 465,919 0000000000000000010dacd2326dcdb19f011856b84877e881cf330463888a0b 2,746 1.00/1.00 vMB 238
465,918 465,918 000000000000000001a68beea1e21cb392e6e8e28df633dabc0f2a60ebb0df9a 2,900 1.00/1.00 vMB 277
465,917 465,917 0000000000000000019ff8d5830348af52cdf5550693815c91a497d7d2f62b74 2,231 1.00/1.00 vMB 156
465,916 465,916 000000000000000001a086a1da5f9f84cac2566beb517906421161da58a5a5c4 2,556 1.00/1.00 vMB 225
465,915 465,915 00000000000000000133623e4d1a3b7bde8bbfbb9cc3f42cf2bee5289a6f376e 2,413 1.00/1.00 vMB 222
465,914 465,914 0000000000000000013ac4283307e1c3b90df913acf371861bdd627e73b2fb68 2,116 1.00/1.00 vMB 162
465,913 465,913 0000000000000000002984f6e8391564b5fe451d6e3630708e8fa40d10a4e3f6 2,200 1.00/1.00 vMB 183
465,912 465,912 0000000000000000014c054e49d8e16ad8387841670216d8bf94ad98b28a6fc0 2,324 1.00/1.00 vMB 225
465,911 465,911 0000000000000000002a4e5d090ff7eb50c4dca970bcea8279cb7e1da078b581 2,671 1.00/1.00 vMB 295
465,910 465,910 0000000000000000009e42d43260873ff238c4a85f4e625c0518fe4731e6f525 2,485 1.00/1.00 vMB 182
465,909 465,909 000000000000000000fcf3d447ce4a0f706f08559471b0183af1edbccea80dd0 2,141 1.00/1.00 vMB 189
465,908 465,908 0000000000000000019f2ee8b6cf9e149b4a13fd6f31a472e02fc343ce0398b7 2,477 1.00/1.00 vMB 250
465,907 465,907 00000000000000000056220e8aae8b1a9dc5b152d168435d5f8fc51a74876d50 1,238 1.00/1.00 vMB 162
465,906 465,906 0000000000000000014d581f335f3ad4665a5b273d6d8831704f83a03904f21b 1,952 1.00/1.00 vMB 152
465,905 465,905 00000000000000000095696ddcd9195530240ee234bc122a5e1ccf8f31ade606 2,188 1.00/1.00 vMB 232
465,904 465,904 000000000000000000e9dd46374010bbb8345140af700d0634dc89e4622f7b9b 1,833 1.00/1.00 vMB 170
465,903 465,903 0000000000000000018f5c6ad5ff03f6c356c18bd1142f7d6f96735cb393325f 2,093 1.00/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.64 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: 672.44 GB
    • Received: 16.24 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.