Loading Tool

Explorer IconExplorer

Memory Pool

40,149 transactions
26.93 vMB
0.08968458 BTC
Random Selection Loading Transactions
Max Size: 138.73/200 MB

Candidate Block

Mining Attempt 83c0b59b2519d87c65ed703e476490072f9ee3493e86d43281d122a35ce054c6
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 201157e53e5a3848e164931c2f1ace239bc9b6c5cb4370ac5e94f5bcd36c7eba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.03630235 BTC
Feerates: 197.12 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (415,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,617 499,617 00000000000000000018d7bd457c5a9de5a35ff41daa506529637aeb09ae0fc4 2,153 1.00/1.00 vMB 381
499,616 499,616 0000000000000000004c746b087820b517771e136d6776b21586c93c333da523 857 1.00/1.00 vMB 485
499,615 499,615 00000000000000000014b1dd91038a9224002aa851b84880580c0faafce3818c 1,379 1.00/1.00 vMB 343
499,614 499,614 00000000000000000035e6594894fe02c1a1fcecc6feb6f18cf825ad9c80bb67 1,876 1.00/1.00 vMB 424
499,613 499,613 0000000000000000007e26ff56d6d872899200a909f39fe6fde78bc4abdd31b7 2,542 1.00/1.00 vMB 318
499,612 499,612 00000000000000000035410d9d8f189c27fd96c502c689d5f220f0f76558ae6c 2,416 1.00/1.00 vMB 309
499,611 499,611 0000000000000000000ea662df897f96d639ae123fd09a98623c920f97c4bdec 2,717 1.00/1.00 vMB 261
499,610 499,610 00000000000000000086a2362d78ffb4e41dc0b8775ff3c278bd994a5162348a 2,823 1.00/1.00 vMB 363
499,609 499,609 00000000000000000054ee9f2e2c9f05ffb71495280b85864dd90ff82d7af356 2,296 1.00/1.00 vMB 355
499,608 499,608 0000000000000000001487c6939c0b4bbb3e2e1be38c98bb3d1abb186b764444 2,549 1.00/1.00 vMB 309
499,607 499,607 00000000000000000073ff0edbc615f2e22bfe0ada2e9ed29bd17eacfe06f4c7 2,106 1.00/1.00 vMB 228
499,606 499,606 0000000000000000000c3edf6b3fc0d888742ec0eadf900c27bd565561f13255 2,203 1.00/1.00 vMB 257
499,605 499,605 0000000000000000007d9b574d7d1752453f55e6b7a4564eedbd9aa65637af09 2,420 1.00/1.00 vMB 339
499,604 499,604 000000000000000000059d0e4636f3ab11859f09e9f8f593b5c8303436f936fa 2,257 1.00/1.00 vMB 312
499,603 499,603 0000000000000000001a908a2bacfe20a4a1266c59f09a46ffabcace59f3b8ac 3,013 1.00/1.00 vMB 364
499,602 499,602 0000000000000000001cb2fe4de19a09d561acf4271a790c747595087c09422c 2,648 1.00/1.00 vMB 441
499,601 499,601 00000000000000000051b03a584817c09caaae919eb661dd93af1012efcccec0 2,275 1.00/1.00 vMB 409
499,600 499,600 000000000000000000616a14da0e52c829a5be1fd2d7418c121d106c2de3b3fd 2,703 1.00/1.00 vMB 474
499,599 499,599 00000000000000000062a9d22d68d56bf38c9e94e8394f8de8755fb8ff24f2a4 1,714 1.00/1.00 vMB 282
499,598 499,598 0000000000000000006b3d53e4e9d539bb5ce2723eb6373219bdc723b8ad181e 1 0.00/1.00 vMB 0
499,597 499,597 0000000000000000000d26c00c3f57573a06ac5c1e8bc20edd1cb1066c455991 2,242 1.00/1.00 vMB 398
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.