Loading Tool

Explorer IconExplorer

Memory Pool

34,797 transactions
25.79 vMB
0.06503127 BTC
Random Selection Loading Transactions
Max Size: 130.91/200 MB

Candidate Block

Mining Attempt accecc1a500a623c5a63ecdb821e96dc4c124f5e0a3c2f9a1bc12b79bb24ef96
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 252956dff93e334fb0a75a51e3de442044924a0eec91ed9962344f211380721a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.01792744 BTC
Feerates: 250.88 > 1.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (796,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,497 118,497 0000000000003d5c2509d9b4f65e9d0bf1f0b8befe94c41e3ec979d8a95d3ab4 10 0.00/1.00 vMB 0
118,496 118,496 00000000000002d9e7b396f972b250c1d2270723d64ebfb9081dbad260b78acd 10 0.00/1.00 vMB 1,118
118,495 118,495 000000000000722ce8efe7e998a9eaf39bc9bc7fd2a08ae6371d85143dbf99ec 48 0.02/1.00 vMB 0
118,494 118,494 0000000000001ff20dc97b1d47a0f9ee52d7d57fb625c57c568682e7c6b916e7 12 0.00/1.00 vMB 0
118,493 118,493 0000000000000ac3224394527672448184dfd82c12a4528835e564ccfb01ac90 6 0.00/1.00 vMB 0
118,492 118,492 0000000000007075e29fa0d04e18172c18347ccc2a5df3f9ed0bcf4951ba4158 21 0.01/1.00 vMB 0
118,491 118,491 0000000000008b197feca211757fbb5026fcd290c01a6d7db1e139bf25e3976d 19 0.01/1.00 vMB 77
118,490 118,490 000000000000c65712533aaa85ad20a61434370bfea1b6222dffa336301d4331 12 0.00/1.00 vMB 677
118,489 118,489 000000000000964a643590ff32c98db73f523a59b7084d268f49513ac18a0d58 122 0.04/1.00 vMB 51
118,488 118,488 0000000000001ff06da053cca67a9cb0a5be5b88203707ac6d53f5421e6608de 6 0.01/1.00 vMB 0
118,487 118,487 00000000000034a0dbd9f85ddcd47f5ee3028f279f2940003f7ddeb913712c4b 26 0.01/1.00 vMB 67
118,486 118,486 0000000000002f23d7346e2ddacf908e2af2995043ae7f0384b5ba27663cf161 11 0.02/1.00 vMB 804
118,485 118,485 00000000000096f70221f2c4b34522e1c44f5730667e628487c5df7cd8152b1d 12 0.00/1.00 vMB 0
118,484 118,484 0000000000004bc013ad152a74c95d4a3396b19a3507daf46e93c587878213f3 15 0.01/1.00 vMB 0
118,483 118,483 0000000000008888f5cce0cbe6ab90ac6862c8a62e8dc6f3e929fb535edafdb6 27 0.02/1.00 vMB 219
118,482 118,482 0000000000008cdab42e3aaca6be013d0ee5df756533dc062205515444893153 11 0.00/1.00 vMB 0
118,481 118,481 00000000000096bce41f99407f3cf5d2c85e03744c099b9bc60641c636202d1b 8 0.00/1.00 vMB 0
118,480 118,480 0000000000006f910f87f2e7b22c17b52ac81500ed9b605eb98deb7ce9305476 8 0.00/1.00 vMB 489
118,479 118,479 0000000000006ce22417a4457a5c83f8072549bebc8a88e206d97f0b75a738aa 1 0.00/1.00 vMB 0
118,478 118,478 0000000000008ac8a93ca983a5ee209e84e22a6ccee46916d7317fbbba8763bc 5 0.00/1.00 vMB 0
118,477 118,477 000000000000a978c02891611efe3d17883c4703040c9de52fb4f277455a0179 11 0.00/1.00 vMB 474
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.