Loading Tool

Explorer IconExplorer

Memory Pool

78,179 transactions
29.41 vMB
0.07524871 BTC
Random Selection Loading Transactions
Max Size: 177.67/200 MB

Candidate Block

Mining Attempt 6261e95f64e0409895eb4879bbb234dfb93dc370295e7a8a2fb1983e7567c4d0
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 56606a28766bc2a69561133a85bb7ceac1ce148c83786c930b87ed9ccd5eb9c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,195
Size: 1.00 vMB
Total Fees: 0.01206933 BTC
Feerates: 15.32 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (299,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,761 615,761 00000000000000000003e5811943a4de209bf986677830719ae19c9a147924ba 1,855 0.51/1.00 vMB 8
615,760 615,760 0000000000000000000e6aac1f3b9107fa9daa5b289bd61c6bd51bb900053251 3,029 1.00/1.00 vMB 11
615,759 615,759 000000000000000000110d9c636bff246b8ae67659da7fe84512b2803db358b0 2,954 1.00/1.00 vMB 20
615,758 615,758 00000000000000000000cbaded1308a44113d9f053ae0dc808d1ac6a123012ff 560 0.19/1.00 vMB 22
615,757 615,757 0000000000000000000ee61e37b5be6a8b6b37117ee99a2f1f99c30ff61f281b 1,219 0.46/1.00 vMB 14
615,756 615,756 000000000000000000070cd25a6a05e092388c3f28b458cd6999bc1c613ee450 2,853 0.95/1.00 vMB 16
615,755 615,755 000000000000000000069e4381b89ca11daa5ae0fbe3a7c5d8dd3676f9ce57bd 168 0.09/1.00 vMB 17
615,754 615,754 000000000000000000065ec2d97402e38847f5d92c14faa9491da1e1ecf693e1 1,881 0.83/1.00 vMB 14
615,753 615,753 00000000000000000004ca66e8f627c46f49d5fa0354604b12a2f02e138a79c6 850 0.28/1.00 vMB 16
615,752 615,752 0000000000000000000ac219d7e450e2b828a1fd53d4d4e2bcc955deb3d4ae1e 300 0.08/1.00 vMB 14
615,751 615,751 0000000000000000000f4454384cbcfe42c4ac43fcd45f7e2ded2089e1945be5 1,248 0.56/1.00 vMB 12
615,750 615,750 000000000000000000090e25f26774458c466a0ee21cf749b6a8955f5dd957bf 2,481 0.77/1.00 vMB 14
615,749 615,749 0000000000000000000165fdb31c84880ac72608eb9d44deef546cfcc6cf1d51 451 0.16/1.00 vMB 21
615,748 615,748 0000000000000000000a72bb97b800f1f745236690a79bdec9a31f38e3505e59 995 0.39/1.00 vMB 12
615,747 615,747 00000000000000000003c7d14a6a60ec1729a5656ba49e85522226945290f42a 2,204 0.78/1.00 vMB 7
615,746 615,746 00000000000000000010d0e1e2578c3a3976812737ce3ae4e2ea7a9e7998cf30 3,159 1.00/1.00 vMB 20
615,745 615,745 0000000000000000000afe9d3d1e4e75516be8cbc05ac41417cca65e0041373a 1,984 0.89/1.00 vMB 14
615,744 615,744 0000000000000000000d3393fd60b1382a426fc1519034981bf5c1f271e022d6 1,285 0.36/1.00 vMB 13
615,743 615,743 0000000000000000000a2f3b0f6efae734772f6eeb3f5b5877274ccfc9420cdc 221 0.05/1.00 vMB 16
615,742 615,742 00000000000000000001f2133b7fe4fdfbb26b157c9634e3d466f8d199f612de 1,457 0.51/1.00 vMB 18
615,741 615,741 0000000000000000000a8de0973400596bc60619918d40821c27c6f7fb19e8c0 2,364 0.72/1.00 vMB 5
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.40 GB
    • Received: 16.23 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.