Loading Tool

Explorer IconExplorer

Memory Pool

42,708 transactions
30.67 vMB
0.07287977 BTC
Random Selection Loading Transactions
Max Size: 155.85/200 MB

Candidate Block

Mining Attempt 76e9eec11ebd0af79f856e0b5fa09dd7d84dbaf18d35e3d2feb28dab1a2e5484
Version 20000000
Previous Block 000000000000000000017125a6a7faa44f2292bc9aca47cb4361639a6915be4f
Merkle Root 866fe468b8786de3a271000746218677189da924774a490f5c5dd7a7ec9a8f0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,580
Size: 1.00 vMB
Total Fees: 0.01144262 BTC
Feerates: 100.44 > 1.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,451 (425,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,127 489,127 000000000000000000e0f7329ec00bfd6dc0ebc4648d8a3fe58430abede2e3d2 2,168 1.00/1.00 vMB 95
489,126 489,126 0000000000000000009758d39a9a64b3553562dd0f4232cedc9586d4c11eca81 2,388 1.00/1.00 vMB 47
489,125 489,125 000000000000000000f54159c9550bec373b27c1df71a2c573e16cc799d127dd 1 0.00/1.00 vMB 0
489,124 489,124 00000000000000000050e4a8a24cc29f7723eff7d2d9926dd5705f673feeff42 1,480 1.00/1.00 vMB 54
489,123 489,123 0000000000000000002a378139ecd8f9f42bc10a1e8f66048da954e1455c2b2a 2,219 0.96/1.00 vMB 128
489,122 489,122 0000000000000000007e9224111e1a1c0cef77b347c6e023e12a705e87b9e920 2,080 1.00/1.00 vMB 98
489,121 489,121 00000000000000000014dcdd7e7bc1f8c5ddab2a3717cafbc5a50a23f3cce029 2,099 1.00/1.00 vMB 82
489,120 489,120 000000000000000000430051f48b6976df74f9b327a4dd62bbefe0213baeb294 1,947 1.00/1.00 vMB 71
489,119 489,119 000000000000000000d132d9d5903288e94be966fa623507291f6eee0c69e3f5 2,551 0.96/1.00 vMB 105
489,118 489,118 000000000000000000d5f8b7f7e42d14fa67b832bccf95e19f6751f5196f11c6 2,429 0.96/1.00 vMB 99
489,117 489,117 000000000000000000982b55facd1b01c26ff522592b84906813825e83cabbbf 2,016 1.00/1.00 vMB 84
489,116 489,116 0000000000000000001b7c377902071e9ed959cd86690e6ad3c918274cd1a333 2,433 0.93/1.00 vMB 124
489,115 489,115 0000000000000000001405bc122f0860e6c4493b2bfd9b31b621cc53339ea6ce 2,759 0.96/1.00 vMB 121
489,114 489,114 0000000000000000006ae868db6a4c98a65f8dadaabd653c93f4561a112d4883 2,136 0.95/1.00 vMB 114
489,113 489,113 000000000000000000cee14128c160eaefdb6672bd6212c15cb723b2162cedba 2,139 0.97/1.00 vMB 166
489,112 489,112 00000000000000000043ae6dc1c0cfbab04e88c475389a1fae9604458010f990 2,206 1.00/1.00 vMB 83
489,111 489,111 000000000000000000b0216e12bd1a8043141a6113f6f87d0447803eeeda59a3 938 1.00/1.00 vMB 110
489,110 489,110 00000000000000000009f9e556c19ceb62220c3374a53471ce117533944cd28a 656 0.88/1.00 vMB 102
489,109 489,109 000000000000000000df91cc2034813e4a8b12caf7b9b5deb6091d6fb518fda4 1,622 1.00/1.00 vMB 112
489,108 489,108 000000000000000000ce0141e7037e373ca344eed7d9ba212184368231d3884c 2,252 0.97/1.00 vMB 171
489,107 489,107 0000000000000000004118ecf0e0a182e72a3aea07491333d7d91983b319cdd7 943 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 604.45 GB
    • Received: 10.55 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.