Loading Tool

Explorer IconExplorer

Memory Pool

75,771 transactions
28.34 vMB
0.06458066 BTC
Random Selection Loading Transactions
Max Size: 171.63/200 MB

Candidate Block

Mining Attempt 40d2d22af2c5da7418c195a28b81f02f416a6abbddcea9cd09a8c3011c3bdb32
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f3c3b21b392106914128afc88818ef614f6c3ed288ef0ea73c0bbda797027e1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,919
Size: 1.00 vMB
Total Fees: 0.00596245 BTC
Feerates: 101.00 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (792,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,455 122,455 00000000000075c11d9ac9b0e1defbb0c112da278b021ba102deaa305b6bfe23 9 0.00/1.00 vMB 0
122,454 122,454 000000000000608debcb85b02b6a89bda49d1369b5ac68c25d2bc8d9f5ef249f 12 0.00/1.00 vMB 0
122,453 122,453 00000000000041f20d5327498d0fba03044b0d8eb3ba847fcb4b76352c0a4465 11 0.00/1.00 vMB 0
122,452 122,452 0000000000005663acee3f7551e79d392c27c70f5a0dc705e536361674b2a2f4 22 0.01/1.00 vMB 640
122,451 122,451 0000000000003ed1f50009d18c306405c0f2d441fb529bc2639908f101b3aab9 3 0.00/1.00 vMB 5,042
122,450 122,450 000000000000157cbc677c251ceca9e1d5d3379b6ad385af0e1b32ae578f2add 15 0.00/1.00 vMB 0
122,449 122,449 000000000000518fb13c2fb6fb6df24a9a06e388b8f02b51ae923630d7c526d8 7 0.00/1.00 vMB 0
122,448 122,448 00000000000074568d4e46a3540bfc42d30e2bf9d16f1c79989d3eae1478d0ab 12 0.00/1.00 vMB 0
122,447 122,447 00000000000016b3af93e15dea637fa8b1d9253de3ecece17270af6622a56981 11 0.00/1.00 vMB 0
122,446 122,446 000000000000337612975f746c00e022fa8dc90b192bf2e8c3392273a40426ac 2 0.01/1.00 vMB 0
122,445 122,445 00000000000026e5413daaf05ec85b7ea234442cac02b9a169d7692ad0704fb6 16 0.01/1.00 vMB 392
122,444 122,444 000000000000513ba4da7295a576c1a774664e1cc02e8d6d585b085b43fee0d7 3 0.00/1.00 vMB 1,754
122,443 122,443 000000000000426a5fd6cf9508943308589600d014d4d4595d0683eeae31a0c1 6 0.00/1.00 vMB 0
122,442 122,442 000000000000412cd0ea1fe2926670512b7d81c11ce43c8674a9a93a37244f4d 13 0.00/1.00 vMB 0
122,441 122,441 00000000000049f7b3c5cc1cb4c701ed5628b65ca2ad13625255e23311d46a37 12 0.00/1.00 vMB 0
122,440 122,440 0000000000008d0f027c5c6b482b21983534d77b08611439a9389b925827f81c 25 0.01/1.00 vMB 311
122,439 122,439 00000000000066f95b35479e6cd37060b56839314a9043032f22ae9bcc3ed32f 8 0.00/1.00 vMB 989
122,438 122,438 00000000000047e836ad2b63fd1737a7966c14d053541e888408e22fe0e12e1b 12 0.00/1.00 vMB 591
122,437 122,437 0000000000005fab8489e2960fcfe1de8b2272021211eeea05159f063ce68238 29 0.01/1.00 vMB 2,733
122,436 122,436 0000000000005507e88b850544ce045d5630c3c2d401bb2debd0c3bf15a8f539 11 0.00/1.00 vMB 0
122,435 122,435 00000000000036a15f69cd680e8fd1404a0fa167a463d9af0ee89e8f42354370 13 0.00/1.00 vMB 289
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.