Loading Tool

Explorer IconExplorer

Memory Pool

38,268 transactions
28.10 vMB
0.06361064 BTC
Random Selection Loading Transactions
Max Size: 142.47/200 MB

Candidate Block

Mining Attempt 5e67c343bf182739b936a58c4c4c0043eb472c8a72afb972468be70fd5ec7456
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a328384abed2af5a30bca749c4f1e7d0514fbe74d820724e02e6e5230c63a4be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,281
Size: 1.00 vMB
Total Fees: 0.00983447 BTC
Feerates: 150.80 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (410,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,105 504,105 0000000000000000000d6f364667e81be36daf6e99c8968728b2182bb14b6398 1,575 1.00/1.00 vMB 227
504,104 504,104 000000000000000000072373aa3636e76e980d34c5b25d4401b233b447d80d52 2,198 1.00/1.00 vMB 362
504,103 504,103 0000000000000000004871d17c621b82fc47ee05984362aeb23e76c13d116c1e 1,923 1.00/1.00 vMB 382
504,102 504,102 0000000000000000003ab6c2c4c24a19e6ca83ea13a51f629fb7a145fe56ab5e 2,626 1.00/1.00 vMB 508
504,101 504,101 000000000000000000755902e52467dcc923c49bdf64745104ccd14f9e01ac4a 1,633 0.97/1.00 vMB 297
504,100 504,100 0000000000000000006fa795dc0b75c27260abbf6bec4e0cb0932881926e224b 2,562 1.00/1.00 vMB 457
504,099 504,099 00000000000000000031b6fd4d86b299719436a738ad1970562c58b899991b4d 2,276 1.00/1.00 vMB 368
504,098 504,098 000000000000000000384bff3b141eb615c5d4e3143af99211dbe74d3720bab5 2,731 1.00/1.00 vMB 496
504,097 504,097 00000000000000000009e0f3fef2eeb1927acbc3d88050365a3bc0df439791f8 2,761 1.00/1.00 vMB 517
504,096 504,096 00000000000000000019ec0874df012d916d5bf8bd784afacb1472a62baaceeb 2,694 1.00/1.00 vMB 507
504,095 504,095 00000000000000000079b3f761085d11122ed6b9e5eb1675e5f3f2041739907f 2,748 1.00/1.00 vMB 524
504,094 504,094 0000000000000000005a5137be697497aea2377cb313511cda375caf5df467dc 2,191 0.99/1.00 vMB 547
504,093 504,093 000000000000000000257d374b443b8c3b44f0f5ded8c51dda0d2a4652c9ec75 1 0.00/1.00 vMB 0
504,092 504,092 0000000000000000000808b9d5a3c3cfe5a059fc52fcab1b4866bfeebb5135f3 2,532 1.00/1.00 vMB 294
504,091 504,091 00000000000000000026841699276ecde8fa32e9003d394292eca36bd16c7f08 2,243 1.00/1.00 vMB 314
504,090 504,090 0000000000000000002dc4cb4c89f71873568cd65848a7a82ddd82d08e9a6636 2,903 1.00/1.00 vMB 388
504,089 504,089 000000000000000000352e392435550e31daa11ccf2f5f531b66d4c3e8774c45 2,309 1.00/1.00 vMB 459
504,088 504,088 0000000000000000007a0fcd383cc9bd4a7727fdf89dfe5593e57d6a4451b097 2,558 1.00/1.00 vMB 522
504,087 504,087 000000000000000000430aefa7443ed00d856ce8c77d9392ca66d0cadca8c05e 2,738 1.00/1.00 vMB 576
504,086 504,086 000000000000000000477ea0d05dca5a26f51bb00d54725002f20a35648969c8 2,654 1.00/1.00 vMB 549
504,085 504,085 0000000000000000003c08e8b627290d6b81d2b7a66f1f2e643db96254ef060c 2,389 1.00/1.00 vMB 445
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.