Loading Tool

Explorer IconExplorer

Memory Pool

78,492 transactions
29.14 vMB
0.08254677 BTC
Random Selection Loading Transactions
Max Size: 176.39/200 MB

Candidate Block

Mining Attempt 4b1e96badfbb67adcf57c6ae0fac7ff266dd05cd65c95b9a3730ece75061b33d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root b5bfaff2a67e0b83a2110025b60dcbb809f3e44b89e088dd8be1b71ad2d5c690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.02153281 BTC
Feerates: 178.73 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (451,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
464,135 464,135 00000000000000000208cd75a9da747cce48008c614c2ec3105cbbc796fbf7b8 2,130 1.00/1.00 vMB 186
464,134 464,134 000000000000000000fe1bca2116c8a65dba67303b63aad72abe9410e5f74e06 2,325 1.00/1.00 vMB 137
464,133 464,133 000000000000000000facc446503317a9761267ccbeb2c2155e8a685fa0310fc 294 0.09/1.00 vMB 288
464,132 464,132 000000000000000000d8005a02bd7de980f58abb44d88e7ded559c4913ecbf91 1,779 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.68 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: 678.12 GB
    • Received: 16.44 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.