Loading Tool

Explorer IconExplorer

Memory Pool

31,005 transactions
27.87 vMB
0.05722196 BTC
Random Selection Loading Transactions
Max Size: 151.97/200 MB

Candidate Block

Mining Attempt 00d5065d9b7a5055274287d2224575a33bbbc6330e39e6c9f6a1e3db767827f7
Version 20000000
Previous Block 00000000000000000001243f634b5e6b2f8ff77b77583a8222566344842472aa
Merkle Root 9e30f43d9c8d7d5948bcff05f5eb0e506be9d2741a0ad6c5adea362b3e989ef8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.02584242 BTC
Feerates: 151.12 > 2.59 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,855 (470,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,749 470,749 0000000000000000002210f8c7cef570c42fe067fbad5ba01d52402d7a5d5718 771 1.00/1.00 vMB 401
470,748 470,748 000000000000000001907f17a9bdeee938d8c932269181d168af3d5b75250320 631 1.00/1.00 vMB 408
470,747 470,747 000000000000000000441cbed8d7356e34040a75f6555307b391b2323ad41ddb 1,035 1.00/1.00 vMB 302
470,746 470,746 000000000000000000c08710c54c65253d6050b133cf21474209e8292af03d2a 1,381 1.00/1.00 vMB 437
470,745 470,745 00000000000000000103a278bb3274af79b9ca029317c04b0e4c83438d92aaae 1,823 1.00/1.00 vMB 464
470,744 470,744 000000000000000000e5d60088512f4f5792e2ad1401833d5dee72d5415cbfef 1,897 1.00/1.00 vMB 411
470,743 470,743 000000000000000001866dbc6430f507c267cda701eb0aac8eaf385e83daad5a 2,168 1.00/1.00 vMB 504
470,742 470,742 000000000000000000efd8c8006c98bbbeb0c5901cd75634cc9dd046441125e0 1,247 1.00/1.00 vMB 156
470,741 470,741 00000000000000000089c7f2b4b2f65b9b4e3c9f605e8a03cf99a3cd90463f0b 1,547 1.00/1.00 vMB 201
470,740 470,740 000000000000000000aa64441d87334678efddda093e8b0d25e10e62e5da7346 2,524 1.00/1.00 vMB 182
470,739 470,739 000000000000000000c3dab292e4c3e00bba5746e9e996fe6d985f5b1b10e5ad 2,134 1.00/1.00 vMB 266
470,738 470,738 000000000000000000e742851b5e647ee892009fc4f095501e0f55503cbcf6b6 1,561 0.79/1.00 vMB 278
470,737 470,737 0000000000000000017a7e4670c75a59fd98e4858aaa18ec32e77c4d013b6339 2,198 1.00/1.00 vMB 384
470,736 470,736 00000000000000000046051ed1992a12181e91fa2e710295a1d895993d64d3d8 2,312 1.00/1.00 vMB 395
470,735 470,735 00000000000000000033bc55896b1242e20bba4f24c71bef983a0ed47c0ce559 2,084 1.00/1.00 vMB 439
470,734 470,734 00000000000000000013f7059cbb8cfe6712df04decb12022de68bc28a1fe795 799 1.00/1.00 vMB 32
470,733 470,733 000000000000000000b81ec5581cf5ccdcc2fa04ba6cfcfabb0497865b2ecf1d 952 1.00/1.00 vMB 131
470,732 470,732 000000000000000001448e9c2a0ef4648f069a076ba2c0ca7ac9257525008278 518 1.00/1.00 vMB 49
470,731 470,731 000000000000000001160dd313faefdcf338b7eed39293cd9a469dcea893828d 1,678 1.00/1.00 vMB 227
470,730 470,730 0000000000000000011297f250a106922aa0707d65724a67d1980e8a94459587 2,264 1.00/1.00 vMB 301
470,729 470,729 0000000000000000014073630873ce7d21d03dd8e3fc541a6c8fca94746a4339 2,173 1.00/1.00 vMB 376
Previous 10 blocks ↓
Total Size: 828.27 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: 4,568.35 GB
    • Received: 246.60 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.