Loading Tool

Explorer IconExplorer

Memory Pool

47,366 transactions
31.19 vMB
0.13905178 BTC
Random Selection Loading Transactions
Max Size: 159.35/200 MB

Candidate Block

Mining Attempt b9d265e9a4a952958462654e8fb87aa1d711ddbab0488a5dcb1a8e6025d78103
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root d0a34b2e4289b0090d2fcf4d0056aeb70a75f2e4d72c33800d5a954cebd8e4f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.05946910 BTC
Feerates: 150.97 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (68,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,241 846,241 000000000000000000010e59bd4bf75897b52f3f1415d854be7b0ee9f26c594f 4,819 1.00/1.00 vMB 20
846,240 846,240 0000000000000000000173ce0b8c7cc896d2f49aca1ce9a70bae611ef6641b88 2,593 1.00/1.00 vMB 17
846,239 846,239 00000000000000000001c3f471c0839d2755a0621448cae89123250dc4cde0ed 3,838 1.00/1.00 vMB 26
846,238 846,238 000000000000000000021ad853f76855369c73285aa2878235f780d4a43b453c 3,483 1.00/1.00 vMB 31
846,237 846,237 00000000000000000002f4671f74d0a72f5d16ee1243bddd510ad55cca9548d8 6,007 1.00/1.00 vMB 18
846,236 846,236 0000000000000000000109d3bfb843e7abaa8a16a08da03b2c24e02aca2dee5f 4,873 1.00/1.00 vMB 24
846,235 846,235 00000000000000000000abacc5d747b7eb5489efa4b029106fd5557168ca6dbe 1 0.00/1.00 vMB 0
846,234 846,234 00000000000000000001517d8761379644ee4e79ebc4f7bda13232f3f91bced8 5,217 1.00/1.00 vMB 19
846,233 846,233 00000000000000000000c58eac2812d527cb6f27ce0e378f28de47be387611c0 6,053 1.00/1.00 vMB 22
846,232 846,232 00000000000000000000e29bbb5dbd23c78cc0591a4f586550582b95f90bc393 6,766 1.00/1.00 vMB 32
846,231 846,231 00000000000000000001a6f9f1fe1948321f37a6752f2c3ff1b22bdb2843f192 6,824 1.00/1.00 vMB 21
846,230 846,230 000000000000000000010d0c00215f5d2cc8ff813c2ecf337ac318d6a160f44c 6,074 1.00/1.00 vMB 21
846,229 846,229 000000000000000000005823d50d51a39cd08ec4046ecbf486a4f37476f83c3c 6,145 1.00/1.00 vMB 30
846,228 846,228 00000000000000000001b3c9fc71a57f569b01c67298765f40da3f4dc4cb85f9 4,539 1.00/1.00 vMB 21
846,227 846,227 000000000000000000016722fa9a26360a1b796c15635bf3d35fd06e056cecf0 6,297 1.00/1.00 vMB 15
846,226 846,226 00000000000000000002d2a771cd75ed56bf9641d2cf6fcff6845d0ce1d46c8f 5,230 1.00/1.00 vMB 24
846,225 846,225 00000000000000000000d56e97ecb5c9f8bb102d3e5cf22ea38e211603f3eaa4 5,012 1.00/1.00 vMB 19
846,224 846,224 00000000000000000000cd556cdb99d36088eabd7e28dddbd6f833e2fce6a868 5,162 1.00/1.00 vMB 24
846,223 846,223 00000000000000000000088d28164eff709abcf49c416656fb9daa0e617e446a 4,071 1.00/1.00 vMB 39
846,222 846,222 00000000000000000002456d992ad33f735f2ac11cc27edd170719e22574752c 4,664 1.00/1.00 vMB 17
846,221 846,221 00000000000000000001297866c1af8e0f563512c62613f4f9146e8ad4c45d73 5,078 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.