Loading Tool

Explorer IconExplorer

Memory Pool

45,784 transactions
28.58 vMB
0.07360440 BTC
Random Selection Loading Transactions
Max Size: 151.79/200 MB

Candidate Block

Mining Attempt 948504d33f4ff0e84586ba504f4dd16ab893dc0221576a9ef607505984a211be
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 594ade1272c7d97df05d531bff8bf3d77c9c38fd6ec45b3eba1f568f89f862d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.01944691 BTC
Feerates: 361.66 > 1.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (237,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,085 677,085 000000000000000000056db0cd3bf44a92bf91476e8e290ab3fdc6c238a486c8 1,199 1.00/1.00 vMB 79
677,084 677,084 000000000000000000002f76b901642b3df1084c955cb66d86c407ee12921084 1,196 1.00/1.00 vMB 49
677,083 677,083 00000000000000000000e379818fb7d865cdc13de674675408f1a12b7890bffb 355 1.00/1.00 vMB 32
677,082 677,082 00000000000000000000f54d2b3e01cd8a50c994a25d050a81db5a5cd2b0c700 1,595 1.00/1.00 vMB 41
677,081 677,081 0000000000000000000955f8bc35717d617d4504d16bdf635cff177d0f085279 1,727 1.00/1.00 vMB 78
677,080 677,080 00000000000000000001cbc9c55287916f569047c10cf8bdfeab4de6d70bee73 2,254 1.00/1.00 vMB 52
677,079 677,079 0000000000000000000c7308cb8f7e1b40e9bdaa4cf238b213e2d63eaaaffdc9 2,418 1.00/1.00 vMB 75
677,078 677,078 00000000000000000003d1ceced9d40460eaf0501b762396bfb47690bb0a4b67 1,528 1.00/1.00 vMB 40
677,077 677,077 0000000000000000000b2f9c999a3926381f5ba8caf107d6a2893618eea0a910 1,161 1.00/1.00 vMB 47
677,076 677,076 00000000000000000006e51b2fe283670d6be93922cef87624e7bd0fbbaee04b 1,950 1.00/1.00 vMB 68
677,075 677,075 000000000000000000061bab3f7aac35bd6032d9915ceca7475c2d999ca08146 1,015 1.00/1.00 vMB 81
677,074 677,074 0000000000000000000513c981d43c90c5bf81badb61aeb35eb2e71c5ae4b6da 2,215 1.00/1.00 vMB 91
677,073 677,073 000000000000000000009b1cd7a587d5dca8b2b84be0abacaeba1c78e27e16ca 534 1.00/1.00 vMB 52
677,072 677,072 00000000000000000009b4c3dc772d05de49e853b7692d6bd689f778836ccd09 1,664 1.00/1.00 vMB 57
677,071 677,071 00000000000000000000f28ea32b52d6d1dc2fffa660da522a7f4492f379d72f 1,775 1.00/1.00 vMB 87
677,070 677,070 0000000000000000000b4bd8b3b9be9ae214a3d481b4de0d372cb8d3f905ae9a 2,243 1.00/1.00 vMB 73
677,069 677,069 00000000000000000005909628b2c9a772c319299922a1bd5109ec905980f153 2,432 1.00/1.00 vMB 78
677,068 677,068 0000000000000000000856502383e413e3319903a98b26b8f2b2f8e181ff92f8 2,424 1.00/1.00 vMB 74
677,067 677,067 000000000000000000088be16c41e5fa72ef0597cc310884526f85691aec90a4 2,599 1.00/1.00 vMB 56
677,066 677,066 00000000000000000000fc0362be499380502896f4a82d9f2fac6b583255ea5b 1,611 1.00/1.00 vMB 74
677,065 677,065 000000000000000000044498f63826d0e1ecef14fcd65d057108e7751639efb8 1,830 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.