Loading Tool

Explorer IconExplorer

Memory Pool

82,790 transactions
30.67 vMB
0.31062438 BTC
Random Selection Loading Transactions
Max Size: 185.04/200 MB

Candidate Block

Mining Attempt 501c06233c4e8e7dd2884884736817c7080ba4aa51b4189a241a8de93da8b4cb
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root b1c7edb3a941715408bc87cb018a35511430434bef839fe3706e9e3cdb5d0a78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,944
Size: 1.00 vMB
Total Fees: 0.22487996 BTC
Feerates: 502.67 > 22.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (416,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,201 498,201 00000000000000000090b0514fe26ce6512fc9905493082fb04e4b0378c66d42 2,534 1.00/1.00 vMB 442
498,200 498,200 0000000000000000008e5e46ff25fd373e38b03cda865239789ec626ef7550b6 1,953 1.00/1.00 vMB 473
498,199 498,199 0000000000000000005ea5f5862061e3fb29faa893ec754ea4f58b84de1470ac 664 1.00/1.00 vMB 479
498,198 498,198 00000000000000000071431fdb19a8164f6e44c70939b7c078ad2399029a3625 2,761 1.00/1.00 vMB 403
498,197 498,197 0000000000000000003a5c2efc3f72c675f4ce36f143be04c88baa08232b846b 2,349 1.00/1.00 vMB 409
498,196 498,196 000000000000000000ae2e96e8b0cbdb9060fe4ef87d03146b8a3b0ed1b228be 2,636 1.00/1.00 vMB 420
498,195 498,195 00000000000000000020166e2feed90cc1f3a3738268d457f6f851bdf7b3ddfe 3,039 1.00/1.00 vMB 415
498,194 498,194 000000000000000000897384c081d9233c689773498c9ccb86523ec58132f3c4 2,487 1.00/1.00 vMB 426
498,193 498,193 000000000000000000468426a5abd44548026d10a9f302077502f17cec671913 2,045 1.00/1.00 vMB 569
498,192 498,192 0000000000000000004c7fa47637304d6581ac63c21b9abe8d3af6c396e324f5 2,920 1.00/1.00 vMB 458
498,191 498,191 00000000000000000042cc931e8ff1530b2b09c94324c01f4d34fd8a0d2f90ae 2,296 1.00/1.00 vMB 421
498,190 498,190 000000000000000000438e84e3b4042ec80fe1162b2d612af3d7322af575ba8b 2,311 1.00/1.00 vMB 301
498,189 498,189 00000000000000000099f53b461ee0573b9c54132cbb48a51ee15fa44d35a27a 2,335 1.00/1.00 vMB 517
498,188 498,188 0000000000000000004cb9da9567a3295e3a7debbe51b79f8704d5579b3f5b5a 2,610 1.00/1.00 vMB 412
498,187 498,187 0000000000000000002569e8bafb6cbc19f075c283609191aa4b7cf4579b1ac3 2,020 1.00/1.00 vMB 433
498,186 498,186 0000000000000000003e7e7016a5b785ee186b9445fc8e37e3f21e471b552f61 3,267 1.00/1.00 vMB 422
498,185 498,185 00000000000000000027faf904548d938f577ec2a9f294654f6ef5be828988d8 2,578 1.00/1.00 vMB 448
498,184 498,184 000000000000000000b0b8480346afa3fcd0e6759c6ae80190825eccb38d51f8 366 1.00/1.00 vMB 599
498,183 498,183 0000000000000000009b8e3639ca664a2c8cc70dd2e0f98169fca5e7f33d33b7 2,808 1.00/1.00 vMB 421
498,182 498,182 0000000000000000000ca08e2026fc2c6829a14b38ad25fc937da27626e17f5a 3,262 1.00/1.00 vMB 398
498,181 498,181 0000000000000000006f7eeaa1dfa38e30e720cf440016472355315fcf7f882d 1,180 1.00/1.00 vMB 426
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.04 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.