Loading Tool

Explorer IconExplorer

Memory Pool

82,532 transactions
30.96 vMB
0.08638201 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt f472413d80b1a05170a41b205b1b19ed8a8f7e4af50c0a90fc48696b77dfae39
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root e54e5a3b9f25fd251ec10abf5ef377384c6a16381b19b254d35ca549f16ef102
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,258
Size: 1.00 vMB
Total Fees: 0.01518864 BTC
Feerates: 353.36 > 1.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (147,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,472 767,472 0000000000000000000134e609bae02fdef0f786eb6e6d84f1d41c76f8fcd68b 657 0.52/1.00 vMB 6
767,471 767,471 00000000000000000001f6fc9422b5e1babc73f135d4a2ce3550494f54b601ac 33 0.01/1.00 vMB 102
767,470 767,470 00000000000000000007c74880c89a1e189aa2a84b71bfd30e0b491c1ec058bb 2,141 1.00/1.00 vMB 13
767,469 767,469 0000000000000000000832193f94bfb98dd13c4cd6c6c0f6a420b1f479e2d7e6 956 0.47/1.00 vMB 12
767,468 767,468 0000000000000000000014bba260af17b5cb55f6d597d5981e9655694a3af542 1,506 0.56/1.00 vMB 13
767,467 767,467 000000000000000000036bac586a0b2f2ccceaece7d3a477cfd1f0b2d1ef5cd5 1,257 0.56/1.00 vMB 9
767,466 767,466 000000000000000000079713943138e6848f6e3ac89a8fb632ce33ceee0546e6 1,709 1.00/1.00 vMB 9
767,465 767,465 000000000000000000007a9d2b7b4d01e9a7a34b5678e55e1b19bb8408d6224f 2,723 1.00/1.00 vMB 9
767,464 767,464 00000000000000000006acd8ae953b06feb1ac250671732133765004e06d149b 1,359 1.00/1.00 vMB 11
767,463 767,463 00000000000000000004416af68a83fb2723af11d6119d7fddabce78315a844b 2,511 1.00/1.00 vMB 19
767,462 767,462 00000000000000000001b62e4c7af33d2c7d708f34982d29e1878b118e453991 1,499 1.00/1.00 vMB 22
767,461 767,461 0000000000000000000313f1140b9df93b49ef93fce29bba193873ab67d8fcfc 1,523 1.00/1.00 vMB 7
767,460 767,460 00000000000000000005b6f147e2a396b929fa5c33908e2554df245913dd9d80 2,620 1.00/1.00 vMB 15
767,459 767,459 0000000000000000000370e8395f03ca6eb96972439d635cdb8fc2b0687375b6 1,901 1.00/1.00 vMB 5
767,458 767,458 000000000000000000052b3f19b129fb51260afbf3249771e3b3a5c04ba776e6 1,587 1.00/1.00 vMB 16
767,457 767,457 000000000000000000012dac8ce3ab9a6b766633f0944a8b962f76d87b1f3f52 2,852 1.00/1.00 vMB 22
767,456 767,456 000000000000000000012049a121dea125f7b4c4adf52ecf2dd807400e444da2 1,527 0.54/1.00 vMB 12
767,455 767,455 0000000000000000000401ec4d094371ccb4013a330610dfc7c7ed8c191d04c5 2,590 0.93/1.00 vMB 13
767,454 767,454 00000000000000000007e63114adb4a471e1392b1657def9687ea05eda374055 1,876 0.92/1.00 vMB 5
767,453 767,453 0000000000000000000637e8e9fa5f5e4835ae5ee728aa3184a4add234b7f107 1,750 1.00/1.00 vMB 10
767,452 767,452 00000000000000000003085eed979b15a3f13be7cb565c71171085ce86145dd0 3,212 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.