Loading Tool

Explorer IconExplorer

Memory Pool

54,468 transactions
32.12 vMB
0.14791526 BTC
Random Selection Loading Transactions
Max Size: 171.59/200 MB

Candidate Block

Mining Attempt d1e80291446e8b6e6eb4532ff9788f3491949f894f71df454cd9c14c942edfce
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root c8358b3364f4244fa3d2a16850073dca8d2a0cafbf6fda50bffbdf8ec128fa30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,241
Size: 1.00 vMB
Total Fees: 0.04667913 BTC
Feerates: 104.17 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (904,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,556 10,556 000000004cae2cef24552f9953e75128d94d794aacb95edef5c396b4a5f85c06 1 0.00/1.00 vMB 0
10,555 10,555 0000000024be445ba75ad4a993b9c40c0668b568d50889236f36e73e70ee84ef 1 0.00/1.00 vMB 0
10,554 10,554 000000008b389e3fac54bf78bc295e3a989850918bbf0f0d1ab5b1d8b093cc14 1 0.00/1.00 vMB 0
10,553 10,553 00000000898e958706280b57a85a2d109bdd2e89a5282577ca1b35b3167575ea 1 0.00/1.00 vMB 0
10,552 10,552 00000000237ac13a8cfcb55222ee07eed7e1a4bc440948f1ee501f20f40213b3 1 0.00/1.00 vMB 0
10,551 10,551 00000000d380d78af614374607581acee7a2fe366ccb41509a9afe5e76b77e7c 1 0.00/1.00 vMB 0
10,550 10,550 000000008871cf004000255115ab23b7df7cc568c87dc87564069ed2f284116f 1 0.00/1.00 vMB 0
10,549 10,549 00000000094bd4e0f9e34a05f08ee58433067ecbc360974a928a7b422c29b9f9 1 0.00/1.00 vMB 0
10,548 10,548 00000000e53069991877ddad05cadbb0c02fc6a9f85b99a2cce7c98d8246a04b 1 0.00/1.00 vMB 0
10,547 10,547 00000000e49bb49d9e50caa76793a73f0944f00429578d19d594ff1bc10cc45f 1 0.00/1.00 vMB 0
10,546 10,546 000000001bfd4407a1ed6f4e769d7866a99b410fe515e3645a674e07d1ea1df6 1 0.00/1.00 vMB 0
10,545 10,545 0000000073516bae31832986cda09c3ddc24e75407016bc681d3fad2b873582c 1 0.00/1.00 vMB 0
10,544 10,544 00000000ab9b2541b62ec58267b7fb39d360ff9a8b2f80bad342340a69956cc9 1 0.00/1.00 vMB 0
10,543 10,543 0000000096ae027d2946d132390fbe50d1382575b2362203ab7b9f4659a75385 1 0.00/1.00 vMB 0
10,542 10,542 000000001b98eb12889e811207ce0e3c8bf4394c8f648ea8ec7ee60c776f8181 1 0.00/1.00 vMB 0
10,541 10,541 00000000bce76bb9bd20ae5c4a8afb9f9956feb071015218ff26d143fc0327e0 1 0.00/1.00 vMB 0
10,540 10,540 000000000f0b23857170053b0ed76934e6abd42d0ae62ebf1056f1c7f327f33d 1 0.00/1.00 vMB 0
10,539 10,539 00000000c881db9a0fa4b1131ad887b502be24b9792ad320bc6b0177a74fa9c0 1 0.00/1.00 vMB 0
10,538 10,538 00000000ca8050073868ebd23f32030e838fa9588b0b8b9746310c28c40418ab 1 0.00/1.00 vMB 0
10,537 10,537 000000002159583f9ed0ccb614b0c5f41087a0f6a5ffcfda452b24d9206d45e3 1 0.00/1.00 vMB 0
10,536 10,536 0000000009dbe8d1866a22463f424912679e9946f1a9c9659d1ffaa81043c0b4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.