Loading Tool

Explorer IconExplorer

Memory Pool

29,158 transactions
24.73 vMB
0.05415350 BTC
Random Selection Loading Transactions
Max Size: 122.46/200 MB

Candidate Block

Mining Attempt aa1a0a68907e17f645e74b65a6df8e56340be676f285a546d7daa1c8cfbe4fdf
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 424cea6d80d620b8a2bda536ae8ac448c83c091cea3dd57fb0c75f7a40934c54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,241
Size: 1.00 vMB
Total Fees: 0.01013226 BTC
Feerates: 73.20 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (692,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,752 221,752 00000000000002df8fedab66e85765a95213dee0f0f1bc03104c7f99f1f74e5e 164 0.07/1.00 vMB 128
221,751 221,751 0000000000000331d3ffcafe06b10d94671265ffadf4b2dc5719ad166ffa197b 260 0.13/1.00 vMB 167
221,750 221,750 00000000000004aeb32232fd17ad356983a5d00216bc76c51b27af32be70cc26 229 0.09/1.00 vMB 166
221,749 221,749 000000000000005c9da5c743f3baeaa458e2b64dd9c3ceb26c09dacaf2482cfe 230 0.24/1.00 vMB 92
221,748 221,748 00000000000003c64649ef8da96a60eed79023ddd95c38793036d7b29f526d55 475 0.25/1.00 vMB 181
221,747 221,747 000000000000022f78b28a4b6b8cff35986a388cf6c79d01acf4f133033c6107 631 0.25/1.00 vMB 252
221,746 221,746 00000000000003ee26b1b06dc28e319c814a4586a7f6112a1858c96a7dfc3f44 755 0.25/1.00 vMB 228
221,745 221,745 000000000000042fdeee2be8626e50ed71bf642ed03db5581d7ef390f6e7a7e5 581 0.32/1.00 vMB 169
221,744 221,744 000000000000022348b420b5a46d24c9038e2bb7d47ed9a9e9619f720edc0822 551 0.22/1.00 vMB 187
221,743 221,743 00000000000004b93e8f7b274270bf05024d396e6e319cb7ab79d104b9e0de21 566 0.27/1.00 vMB 162
221,742 221,742 000000000000039d4b5d1f627e80dc116d3d9c13c60682fa63a996ee14b77e1e 93 0.05/1.00 vMB 138
221,741 221,741 00000000000003725af7b7ad9593dd9cfb6ff3513881fc12ad39d238d7183155 264 0.12/1.00 vMB 176
221,740 221,740 0000000000000378cee937cbd4927c1e6c6eb50f0e1f70fd33020ed02efd15f8 506 0.25/1.00 vMB 200
221,739 221,739 00000000000003e28935b613b91ac67dc010f518aa3839ca12112f40051e5351 573 0.25/1.00 vMB 188
221,738 221,738 00000000000000657fce02a2f2047318abb79f8f1f0837031f80ddd5cdeab79f 256 0.27/1.00 vMB 80
221,737 221,737 000000000000045f21ddae8c6cfdd14a851d9d6be41f333b5e35653f6eb37872 167 0.14/1.00 vMB 105
221,736 221,736 000000000000027898b14d402b239aee4aaeb759fdfbbfe51f7d308a57dd2b0d 256 0.12/1.00 vMB 140
221,735 221,735 00000000000002836890226bacb0ae98e076b1d1c5712a46d0051772fd6c0534 191 0.17/1.00 vMB 82
221,734 221,734 000000000000010ea7d764dc813c60764b15e4fe208a227f819c18db5911fd1c 743 0.25/1.00 vMB 218
221,733 221,733 00000000000001bb6d8eb8286a794df5a22b5a0b47f0b6ba90de9b12e45ae1bf 113 0.05/1.00 vMB 1,002
221,732 221,732 0000000000000026988af85c7f17ab11a6971f8ab39d7f48f52ca3005546f069 10 0.00/1.00 vMB 317
Previous 10 blocks ↓
Total Size: 781.86 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: 641.88 GB
    • Received: 12.53 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.