Loading Tool

Explorer IconExplorer

Memory Pool

81,594 transactions
31.02 vMB
0.09106166 BTC
Random Selection Loading Transactions
Max Size: 188.30/200 MB

Candidate Block

Mining Attempt 290774851bed60735b6113173f8b818c7fa2e36901df20066d25eb473641bc00
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 93e0dbd89ed5c7c3406a03c79b3c46a5340ffda850be66d8a9cc77230523904d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.02430776 BTC
Feerates: 351.58 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (451,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,156 464,156 00000000000000000117f7bf3bd145553c5f8c626de1193ad0e8c04c62359adc 2,413 1.00/1.00 vMB 163
464,155 464,155 0000000000000000009bad2cdc575a02c3aa3d4634af5d5e03ef9b08654f2454 1,694 1.00/1.00 vMB 86
464,154 464,154 0000000000000000016e375fba1cf9607233ea1f3fe554c770acb3c24dd76c0f 2,191 1.00/1.00 vMB 146
464,153 464,153 000000000000000001558dcfed33bd5f304c01f777f9896d0e57dca9d2a72d7a 2,385 1.00/1.00 vMB 166
464,152 464,152 000000000000000000cb06433d89b6a6fd79923908b0583a11376e37b9317acf 2,256 1.00/1.00 vMB 156
464,151 464,151 000000000000000001cd35314158f43042676ec7ba6627f515cecb0b0a24af1e 2,492 1.00/1.00 vMB 197
464,150 464,150 0000000000000000005823a87946f4d4caf0c1d416c6e476fb34f7c7b3b99348 981 1.00/1.00 vMB 31
464,149 464,149 00000000000000000132febe4d07ebae6a700ee7c38c78bfff720f8c21a61067 885 1.00/1.00 vMB 27
464,148 464,148 00000000000000000095be3a3ae5e357aa38b6aefeab5f973d3b8e9fc2f19082 1,713 1.00/1.00 vMB 61
464,147 464,147 000000000000000000d56d63b71d75584a69fcc81d18b0ac9cc6cb3d9e6a5225 1,556 1.00/1.00 vMB 116
464,146 464,146 0000000000000000011e1a0cf987b6b2726af0aebc1b20738f2561ccc1b653ea 2,188 1.00/1.00 vMB 109
464,145 464,145 000000000000000000b229ff9cd57221aae7464720243ac96532e7e01eabba8f 2,302 1.00/1.00 vMB 176
464,144 464,144 0000000000000000019c420cbea0a5cd1c9008ab45b9e887d6c3ce1fb3c9cafc 2,099 1.00/1.00 vMB 156
464,143 464,143 0000000000000000006b5bb6585c3c321f2da9bab9fe18c72d28a8fe09949bf9 2,604 1.00/1.00 vMB 161
464,142 464,142 0000000000000000019726a4ca4498b3bcc399af944d4c6643fbddb42bd55e9e 2,409 1.00/1.00 vMB 167
464,141 464,141 0000000000000000003b025dfe3f6b27b077e21d360044f26abb1ee87e1514d9 1,733 1.00/1.00 vMB 110
464,140 464,140 0000000000000000010e01bc1e42a2d305a10c0f351d44746ab5500753239880 2,036 1.00/1.00 vMB 145
464,139 464,139 000000000000000000cfe2346b148c700082fb0ad08354691fe92bd08d3274bd 2,666 1.00/1.00 vMB 123
464,138 464,138 000000000000000001cd545d50db7331ea887482336920198b79b68e93bb5327 2,158 1.00/1.00 vMB 147
464,137 464,137 00000000000000000045ace75b2fe5df0be289d41a410a7787f18be5e2b1e5dd 94 0.03/1.00 vMB 363
464,136 464,136 0000000000000000017ce44753ab1ac25e417d46aa9da70c4266769ac4be6405 2,104 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.75 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.