Loading Tool

Explorer IconExplorer

Memory Pool

86,575 transactions
31.50 vMB
0.20979915 BTC
Random Selection Loading Transactions
Max Size: 191.22/200 MB

Candidate Block

Mining Attempt 9f8434edfd177e693bd8f56059af42dd93ed5189163b7c12f142b3458e8c4f10
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root d61a7621dc943471857e5b32059b117fc66a0e9be0f4eb2afe874dcefdcb483f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.10607292 BTC
Feerates: 502.67 > 10.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (287,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,564 627,564 000000000000000000044b55476212d92ac3888e9ffdb98b3baeffd957425ce9 2,868 1.00/1.00 vMB 20
627,563 627,563 00000000000000000002155c04c4ffc1a8cbd21bc2d48c37042052fb8cf0722e 2,669 1.00/1.00 vMB 17
627,562 627,562 00000000000000000006cb26e0d126dfcd6440e78581a1eaa5e7a80fe112c731 2,846 1.00/1.00 vMB 24
627,561 627,561 00000000000000000006b4488dce2e5ea40f8ccb8f78083b0777ca25ebd7003c 2,466 1.00/1.00 vMB 29
627,560 627,560 00000000000000000002c10c4a0f775faf80da6da6f53bee8079b429fd15e9bd 2,413 1.00/1.00 vMB 35
627,559 627,559 000000000000000000076dae26b7d9b87d21941f58420d4bedd5211e692ca4b6 2,214 1.00/1.00 vMB 6
627,558 627,558 0000000000000000000179ef7d1bb32c24954213cde373b60fc714ea7f265a59 2,838 1.00/1.00 vMB 21
627,557 627,557 0000000000000000000bef00c36d9810c3cc37b3186c4628d56b52ccda1f43f7 2,764 1.00/1.00 vMB 24
627,556 627,556 0000000000000000000fe843acb69d94aaaf5963085c967457f8d31c04d9fd47 2,822 1.00/1.00 vMB 6
627,555 627,555 0000000000000000000804da921c719e60f436b6dae5f15f10e1e68572590ebf 2,415 1.00/1.00 vMB 20
627,554 627,554 00000000000000000009e755f01916cc5136e4ec89aba80bca507b94fb75eb4a 2,875 1.00/1.00 vMB 39
627,553 627,553 0000000000000000000b8c9a79b2fdae305e6b6815ed1d58c46855c623f0f820 2,657 1.00/1.00 vMB 9
627,552 627,552 0000000000000000000ee6cac9cb76bca15a00faa9d5de8cbbacf25ec879a648 2,638 1.00/1.00 vMB 23
627,551 627,551 00000000000000000001fe0852c3d9da37cbbd4083c9701cc9c0b34ab26e91b4 2,067 1.00/1.00 vMB 18
627,550 627,550 0000000000000000000334d95e72e8225c31515a60617235a9d5d5c4d16c26f2 2,293 1.00/1.00 vMB 20
627,549 627,549 0000000000000000000398773b0b6c8ca6e619d817ba0117c09de2d5cbdbc63c 2,479 1.00/1.00 vMB 33
627,548 627,548 0000000000000000000e8e009c9a202539525728d03d77185984321d2517d8c3 2,702 1.00/1.00 vMB 37
627,547 627,547 0000000000000000000d791b0c6c6dfe4d5ab2088f79cf9e60f88bf8c776572f 2,938 1.00/1.00 vMB 44
627,546 627,546 0000000000000000000ab7a6b94d238b479ba19b6efd4293cf984ed2c732146d 2,109 1.00/1.00 vMB 30
627,545 627,545 0000000000000000000adff45b6a1664ae0c3fcc39573c233b620bdbaa55302a 2,301 1.00/1.00 vMB 46
627,544 627,544 000000000000000000045a465b959072a715f47047141108ef14db64e2ee9049 2,557 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.07 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.