Loading Tool

Explorer IconExplorer

Memory Pool

80,764 transactions
30.05 vMB
0.07828785 BTC
Random Selection Loading Transactions
Max Size: 181.08/200 MB

Candidate Block

Mining Attempt 7897d61b8b9e6144938535c6e4df540cd340316b88f207c8a2ca0a8ce03336c1
Version 20000000
Previous Block 00000000000000000001d919ed88fc3960fd2643a2dd9bda2746788e7fade853
Merkle Root e3e125fde3f750d3b6f032bc52a494fee4a096ecd5919d0fcbd2b3d3e3dbd1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01688585 BTC
Feerates: 302.00 > 1.69 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,986 (433,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,582 481,582 000000000000000000283702c5fff323914093cfcfe13f68b53f5f52aa64b170 2,235 1.00/1.00 vMB 317
481,581 481,581 000000000000000000dd3720f25252fe45d759d3b7cb7d56cdeec9f41f16a007 1,997 1.00/1.00 vMB 275
481,580 481,580 000000000000000000c066f207fa12e5903d8a689a608116b5f4e4c0d820e111 2,356 1.00/1.00 vMB 209
481,579 481,579 000000000000000000d925f16225adbf5dcf0c81a196e3f17f171e860798b93c 1,797 1.00/1.00 vMB 226
481,578 481,578 000000000000000000f7d7a388b6aea116da38cd6845e5de101d9929a6b55aa5 2,218 1.00/1.00 vMB 315
481,577 481,577 0000000000000000000ee6b5240292ae12412d0fc0fbbda7f5df8c7e25246fb9 1,647 1.00/1.00 vMB 313
481,576 481,576 000000000000000000df9bc386206dd51bab33b5e72b01bb9a59f54827612e1c 2,256 1.00/1.00 vMB 299
481,575 481,575 00000000000000000047cdd031c083d07c6b0c180334cdc23baa0dd0641aa1f2 1,986 1.00/1.00 vMB 279
481,574 481,574 00000000000000000019740cc751aefbf32295d0ea1a7a5d502b48f79ffbd044 2,178 1.00/1.00 vMB 331
481,573 481,573 00000000000000000045a233596e8fa1907765b8238aa5bd6c0fc08cd958730d 2,206 0.99/1.00 vMB 338
481,572 481,572 000000000000000000f09313e1060123aa45c3c8cd642721a7ec3ca1d7dad882 2,292 1.00/1.00 vMB 408
481,571 481,571 000000000000000000cd6fdbc39adbd4486d3b36f4588f64532c54c33cf946e2 1,951 1.00/1.00 vMB 309
481,570 481,570 000000000000000000ba3229658a3265f449f3a6ab202db984d529bde4eae85e 2,170 1.00/1.00 vMB 340
481,569 481,569 00000000000000000011a10a75a8ea06cfaf1ce7f993e60c88ce225e2ddee831 2,366 0.99/1.00 vMB 386
481,568 481,568 000000000000000000218ebcfd35c28eafdd0eb2aab4da8b8b8d34fde99c1a88 2,233 1.00/1.00 vMB 186
481,567 481,567 0000000000000000008fd8c7ec772566f7d685a520ebe18508528922414e568d 2,406 1.00/1.00 vMB 252
481,566 481,566 000000000000000000e10d130cc3717ced4fb502e85affa224df951452b676d6 2,381 1.00/1.00 vMB 325
481,565 481,565 000000000000000000ce2bf411dd717a410d3c3ac38983f58268efd00f329b16 2,442 1.00/1.00 vMB 320
481,564 481,564 000000000000000000f630e5064fa3a419ffd8be5410ec708c4631d5bf78aa3c 2,052 1.00/1.00 vMB 278
481,563 481,563 00000000000000000086ad3b6c37fba57443883031380effad48d655699bc563 2,674 1.00/1.00 vMB 220
481,562 481,562 000000000000000000bfe32018f94b3b7ff68049f1108becc55a5bde364bd45c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.37 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: 663.53 GB
    • Received: 14.91 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.