Loading Tool

Explorer IconExplorer

Memory Pool

40,283 transactions
28.17 vMB
0.06036686 BTC
Random Selection Loading Transactions
Max Size: 143.80/200 MB

Candidate Block

Mining Attempt 312af491ace3dd35eb0797a610396b41fabeb0a02081fa0f1dcaed713550f3bb
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root c14fd14364572b4ab9c4d7071a2b76d4cf11584812c5edc7dd80c8fcab32a85d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,468
Size: 1.00 vMB
Total Fees: 0.00616213 BTC
Feerates: 87.72 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (799,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,936 114,936 000000000000ef3e06a8b3cd2f0b15dd2ae564b1117218aae44833a4dfe44922 9 0.00/1.00 vMB 0
114,935 114,935 000000000000a5988d53832feceddaddaeba0f07e3aadc49625f18f692f88023 6 0.00/1.00 vMB 3,736
114,934 114,934 000000000000437f61ff95d4f3a4c2085608a78b98d834198ec9e2dae7d054b7 10 0.00/1.00 vMB 0
114,933 114,933 000000000000840e31760d74b959162c43dd4bc480e1c342dbc2d8e334bd4a65 12 0.01/1.00 vMB 818
114,932 114,932 00000000000032d7a3b8c0d2a51514ad4969c69c52ccbf58ddbd878d04808b97 14 0.00/1.00 vMB 1,189
114,931 114,931 000000000000ddc6e9907d7f1b58c3c60873d391c827f3b368a27cad4b43de92 19 0.00/1.00 vMB 2,095
114,930 114,930 000000000000a2ca5be2985dd14f5d63f64f10522570081b1cb2e2855bccd019 11 0.00/1.00 vMB 962
114,929 114,929 000000000000abf887de6138e863084f0ce807d8dbc3a038b2aab2b3031d60e0 7 0.00/1.00 vMB 858
114,928 114,928 000000000000708c88adb58d581fe6eb69d98792214ab2727e8731a067bdede8 10 0.00/1.00 vMB 960
114,927 114,927 00000000000081d79565521ad25be3f02007dd57212a67917d0c63ae0ba7b54a 10 0.00/1.00 vMB 0
114,926 114,926 0000000000009d13207645589ba2cefe9eddb9c103ca6cd7b139b1f6aa28b7bb 12 0.00/1.00 vMB 667
114,925 114,925 0000000000003e2ffa2f452dd2d63ab0445b7cb89d12c947f058a7e518a5fb31 1 0.00/1.00 vMB 0
114,924 114,924 000000000000ef091d4a20610609fc0ce60e503af3a4a702f7eca02865d26232 9 0.00/1.00 vMB 0
114,923 114,923 0000000000009dda8c58508e693265c5a5e4f19e956b76b78c9c834ae6502613 12 0.00/1.00 vMB 319
114,922 114,922 0000000000000879f56fb157aacad805be2a9767b5bdf7977bc002a2cd15a9b7 33 0.02/1.00 vMB 1,162
114,921 114,921 0000000000008e119dd3ed91aa60f59dccf7fb1d660b3815d26839477940842e 10 0.00/1.00 vMB 788
114,920 114,920 000000000000bd5c4f40ad9bfaf3207938b7e8ef09396f6418ad609deeb803a7 9 0.00/1.00 vMB 321
114,919 114,919 00000000000079ae1a82a90230c01e4a2e0b8baa60989694a2a539728214a713 11 0.00/1.00 vMB 580
114,918 114,918 000000000000d90b9a43a687f74423a81ae7e5e0840a7d73acb0d1bf8d894793 8 0.00/1.00 vMB 311
114,917 114,917 00000000000081a1a67f45407c1287c3183824d645eb0be62a2273a4bdfbcbbb 38 0.01/1.00 vMB 1,092
114,916 114,916 00000000000094bd4ac4c01cfae26a48b6643be549ca1d32da3a802b7407491e 10 0.00/1.00 vMB 344
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.