Loading Tool

Explorer IconExplorer

Memory Pool

84,228 transactions
31.40 vMB
0.09623566 BTC
Random Selection Loading Transactions
Max Size: 191.80/200 MB

Candidate Block

Mining Attempt 5247d4e2da29ff9bfa287f3b32784e9bb5217a4b4ffa546759859c701bc9b033
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root afaa398dafb2bd89935fd8d32de547977b1d440bebf174a675b0092ecef5c5a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02417971 BTC
Feerates: 150.77 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (213,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,650 701,650 0000000000000000000e3f626927ff0e1464ddbb4995b650fef08da078b15530 2,251 1.00/1.00 vMB 16
701,649 701,649 00000000000000000006c4a13d3f2cc38f0ae4641fda4f7a3c4142df6bfcacb0 70 0.02/1.00 vMB 14
701,648 701,648 0000000000000000000da9abededdb5624baab364d2936e77bb6b755d2a6a27c 668 0.26/1.00 vMB 13
701,647 701,647 000000000000000000017ca7e3e2ef44feabbb0607b4016283e0cdfc20a553d7 2,354 0.83/1.00 vMB 15
701,646 701,646 0000000000000000000876e289cf07921b0516c6fefda9628f23723338938b0e 621 0.20/1.00 vMB 14
701,645 701,645 00000000000000000009c0a18180b32fbf08a1bc4145e25b6c04c54ee4b4d603 2,358 0.93/1.00 vMB 11
701,644 701,644 0000000000000000000acc27182c4bf76e6bc9883adb301d72b558468aa62d94 696 0.34/1.00 vMB 11
701,643 701,643 0000000000000000000dea638a39cba61b58fb184856c0fa532d8193dac50058 1,451 0.56/1.00 vMB 10
701,642 701,642 000000000000000000005467ed63fbcfd3e3fe60b71d0cf1f302f08f05bf30a8 51 0.03/1.00 vMB 6
701,641 701,641 000000000000000000088d7bac740ed8eb2cade57b42d436dc8dc4446c1ac593 2,574 0.99/1.00 vMB 13
701,640 701,640 0000000000000000000cf3c2b7d96e642ad4a70bdf795c052263832ce940154d 1,230 0.75/1.00 vMB 9
701,639 701,639 0000000000000000000eac9bd2d7157bb38eefa3f41442ba60366b83334c4af4 1,839 0.98/1.00 vMB 12
701,638 701,638 0000000000000000000b0fd6e8df8577d8e518065fc7222b555557ad6dc0cc25 2,393 0.96/1.00 vMB 15
701,637 701,637 00000000000000000004c19b67fea6bf08c12368755ce8625b7316e69064214e 166 0.05/1.00 vMB 15
701,636 701,636 000000000000000000073978ceb83b8b30e3352efbe20973d4efeb07ddb0fe09 1,144 0.68/1.00 vMB 5
701,635 701,635 0000000000000000000075baa30bc629407f7327fb13658de495209111abaeea 2,513 1.00/1.00 vMB 18
701,634 701,634 00000000000000000004d10bec0445e4cf9321da09ed1f8dc251be9a2ba7518c 1,244 1.00/1.00 vMB 4
701,633 701,633 0000000000000000000e13f3d672ec2a3d0f3bd7d65873613c96d0e52b86545e 2,517 1.00/1.00 vMB 21
701,632 701,632 00000000000000000009ec31c5c2c4b7003545591be67f17e9d8bfaa05522fb1 2,900 1.00/1.00 vMB 15
701,631 701,631 00000000000000000007004af7037fe74f17a15cd944e2afb8c357a7aea47b51 815 0.83/1.00 vMB 5
701,630 701,630 00000000000000000005e1b2e5f0150866a9209553e9fadeb4fb6e09d604cb5c 1,308 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.