Loading Tool

Explorer IconExplorer

Memory Pool

79,677 transactions
29.70 vMB
0.07948881 BTC
Random Selection Loading Transactions
Max Size: 178.40/200 MB

Candidate Block

Mining Attempt cb9d5912d183c27532b1ea41f4ce7d0909d1e7efc6c882ff37709657b4c17d01
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root d982cc219df0837e229ab8fffdda1264692ebb799df5b8605b132c1f822e3893
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,318
Size: 1.00 vMB
Total Fees: 0.01906221 BTC
Feerates: 502.65 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (437,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,550 477,550 000000000000000000cd66e7535415c1b2db96b563e8b4d08985044c556e3962 2,214 1.00/1.00 vMB 158
477,549 477,549 0000000000000000001b10c7477e948ccf99a5e7cf9f5ad6e897ef06d0c0bf63 2,404 1.00/1.00 vMB 187
477,548 477,548 00000000000000000098a861f222cfdc8b620d1869d0392bb57d3492d813bc6f 1,964 1.00/1.00 vMB 209
477,547 477,547 000000000000000000cdc24134fca02ce2c02316737e7da3f5c8a9c81913acb3 2,114 1.00/1.00 vMB 214
477,546 477,546 000000000000000001150049481d7f3d790734777e1fcb4701d765450d8bd160 1,938 0.99/1.00 vMB 158
477,545 477,545 0000000000000000002bfe1dc0045a8ff775b81f09ee6fb9dc65e84ebff788c3 2,198 1.00/1.00 vMB 207
477,544 477,544 00000000000000000036d6ee35fe4e677a7eef92572feeb88f40d3bf82587178 1,863 1.00/1.00 vMB 124
477,543 477,543 00000000000000000150c0231a2ee5b39ed2601f7688ff55edb43f21b9949b6b 2,350 1.00/1.00 vMB 147
477,542 477,542 000000000000000000b68874fc569132e6e95e1b9275f0991676884c898b4c9a 2,027 1.00/1.00 vMB 182
477,541 477,541 00000000000000000071d472d23cacbce9d6d08e5d4aca758f758e83e3b12bd3 2,164 1.00/1.00 vMB 182
477,540 477,540 0000000000000000013a5b2134fae13a199e4a2276bcd6af78eba885de54b56e 2,126 1.00/1.00 vMB 182
477,539 477,539 00000000000000000139a4aa982401a13a4ad2ea9df0f24b0d32e2f8ef8db463 2,126 1.00/1.00 vMB 223
477,538 477,538 000000000000000000d10165e3287ab299286268ed725d8a71dd67606703eb1a 2,047 0.99/1.00 vMB 170
477,537 477,537 00000000000000000063837f72029d18e1059d07952ea86fd47fe3ef49bcf9ec 2,258 1.00/1.00 vMB 124
477,536 477,536 00000000000000000115bcc8e31984e99e73f0d640a7b440e04e52b4788b343d 2,172 1.00/1.00 vMB 190
477,535 477,535 000000000000000000e5ec18e513edfb594c8c101a26c20f33c364f93c6f5b38 1,979 1.00/1.00 vMB 122
477,534 477,534 00000000000000000106314647653f7f27693fb156ccb7447cc8da1f2eef165d 1,851 1.00/1.00 vMB 180
477,533 477,533 0000000000000000014bed0f985b8ffb0fe44f7963cfda46105eed0e7aa1a7cc 2,281 1.00/1.00 vMB 148
477,532 477,532 0000000000000000008a1afcebe89db9740204d6cfeaed63d89c0a2cfa711525 2,643 1.00/1.00 vMB 197
477,531 477,531 000000000000000000ff026cbf23e125d01ae1d5d2f3845a6dc7c219e65a0420 2,460 1.00/1.00 vMB 227
477,530 477,530 00000000000000000052ce680160eba4ac1ad35f2f2282755ebcdb59a7cad651 1,885 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.