Loading Tool

Explorer IconExplorer

Memory Pool

88,754 transactions
32.48 vMB
0.17909354 BTC
Random Selection Loading Transactions
Max Size: 196.40/200 MB

Candidate Block

Mining Attempt ff00c1d3bf8f20052a10c0c5cb28286b62d4a3c2dd562ebf864aad0913bef386
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root db0ea575edca3ac94403ba8aee9e595f9279b6e5e1251251fd51a98eb8aacbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.08691790 BTC
Feerates: 216.64 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (275,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,486 639,486 0000000000000000000a680f7a9414b541bd400d161d6cc55f70a798903e887e 2,366 1.00/1.00 vMB 56
639,485 639,485 0000000000000000000db3119afc89c083ef9e34a6ff589820c587d5ebf3a1fb 2,869 1.00/1.00 vMB 37
639,484 639,484 00000000000000000007295747bb56c74c1198b01b30682fd51cff3171022515 2,792 1.00/1.00 vMB 46
639,483 639,483 0000000000000000000cfaf2b303e69a15a9f57a384e08467e9218281b4740dc 2,032 1.00/1.00 vMB 65
639,482 639,482 0000000000000000000990c6e144f804a21227e946b915ee4dd4a1b772884fcd 2,871 1.00/1.00 vMB 81
639,481 639,481 0000000000000000000e448d32a5f4872e2a04ab4eae2b5a4613ff4d1d57e72a 2,419 1.00/1.00 vMB 21
639,480 639,480 00000000000000000001d04f38a7d88d542b33d01fff2f83d32f5b6545589adf 2,723 1.00/1.00 vMB 40
639,479 639,479 00000000000000000007556b6661eef2ba48983bae70dc49e73993e6365053dc 2,309 1.00/1.00 vMB 62
639,478 639,478 000000000000000000077970ee6f8b548bea6e90dc442ebf4b0ef0ea0fa6778a 2,167 1.00/1.00 vMB 78
639,477 639,477 000000000000000000060746678a0976e61b10c3c2f2b89c36585e1af2a4c28a 2,421 1.00/1.00 vMB 28
639,476 639,476 000000000000000000061f73e20844e6b013c5053b9ae3607510ff2ce4eaecf9 2,187 1.00/1.00 vMB 61
639,475 639,475 00000000000000000004d63de68b2a5839467eee1339da755275592a69bf617e 3,053 1.00/1.00 vMB 63
639,474 639,474 0000000000000000000caf7b860e51196594fdf86abb3d90cdfa69b737b2044a 2,157 1.00/1.00 vMB 58
639,473 639,473 00000000000000000008bd8cc322c12c7a40a238af5d0662f770fb59afcaa8ab 2,710 1.00/1.00 vMB 74
639,472 639,472 00000000000000000009b0b149670a597c9bd86bbe53f59b2aeeb3d43ae431c9 2,455 1.00/1.00 vMB 66
639,471 639,471 00000000000000000007580ce72418bb9101290bdb25217737d087489d7ff28a 2,626 1.00/1.00 vMB 75
639,470 639,470 0000000000000000000dd960deed7cb86ecd8878088c52502f6c54beba33369d 3,466 1.00/1.00 vMB 94
639,469 639,469 0000000000000000000a5fdc4206fd3929572b32de3f35154e78bcf28f662a3e 2,247 1.00/1.00 vMB 12
639,468 639,468 0000000000000000000499853d288fc95c66c1bb5dffd0f3c7eddce1108ca4f3 1,933 1.00/1.00 vMB 28
639,467 639,467 0000000000000000000855ee93846bfaee3c89ff476e907175d02de9b5747aef 2,095 1.00/1.00 vMB 24
639,466 639,466 00000000000000000005cd0765dc4ca81f4a4e4da3f2660fce4ac6ec902b8b57 2,499 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.