Loading Tool

Explorer IconExplorer

Memory Pool

84,383 transactions
31.63 vMB
0.13670345 BTC
Random Selection Loading Transactions
Max Size: 189.54/200 MB

Candidate Block

Mining Attempt dbfc03ca004f2317b5d06d8fbcf3f342e37c473cff3fc20b69001feb57609c0f
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root bcf9eaa77b395c1c975b8d5b2fde948cae5f5609ab0d237ed935aad0090ad66f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.05505419 BTC
Feerates: 163.06 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (305,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,714 609,714 0000000000000000000cdc680c173d7916501f0da462d4bcc4041e4843a1d052 1,879 1.00/1.00 vMB 18
609,713 609,713 0000000000000000000259e6cf0b7319efd96d59bbc04fbff306b1c4702df44b 1,960 1.00/1.00 vMB 25
609,712 609,712 000000000000000000146d39c975caf17de7f0e1a950591aaa2520381929b85f 1,210 1.00/1.00 vMB 66
609,711 609,711 000000000000000000100b1bd2f85e5b565e839e6dce874167f0bb69e3ee8e24 1,367 0.47/1.00 vMB 14
609,710 609,710 00000000000000000000552ff3a79c52f96d80d273f46a4bac89e8c788bbfefc 782 0.26/1.00 vMB 12
609,709 609,709 00000000000000000012dde6e8030fce78a2c200cf646a742e22dc60abfa629c 2,312 0.70/1.00 vMB 12
609,708 609,708 00000000000000000009ac08e49cb29201afff3ec5302bea6b28163b1e352478 1,751 0.61/1.00 vMB 14
609,707 609,707 00000000000000000014bd37b2c972fa8867c1ef91bba1bc18b5ad49aee41f79 1,923 0.69/1.00 vMB 6
609,706 609,706 0000000000000000000b1a115fc863272084971c478620df6436c13995e6eec4 2,923 1.00/1.00 vMB 17
609,705 609,705 0000000000000000000b1197e9607b4b5596aae266598c16da5b9f949f48e8b7 1,246 0.43/1.00 vMB 14
609,704 609,704 0000000000000000000031e0d4cb48f45951dc2d558faf7ddcef8cc93eccb02f 1,647 0.53/1.00 vMB 11
609,703 609,703 0000000000000000000fff4051a9b8723db78d997cdb1d627ce4d3b719dd2b1a 1,717 0.51/1.00 vMB 11
609,702 609,702 0000000000000000000848c4112944b3233272c30bf60b94f086ba5550f99e30 2,244 0.87/1.00 vMB 11
609,701 609,701 0000000000000000000ffa26166235a4696fd4091608848cd9dbe2eaec09facd 1,808 0.62/1.00 vMB 13
609,700 609,700 000000000000000000034d2dc6e8d44436b639d013646e93dcf65c71fedc3257 1,399 0.48/1.00 vMB 14
609,699 609,699 000000000000000000001139be5d2c26c6ef0e619e8868be428a24d4aeb3a2e4 1,804 0.72/1.00 vMB 11
609,698 609,698 0000000000000000000f7da2b37f2536929ea2124d408edbe33bcd7f2c74b106 802 0.28/1.00 vMB 12
609,697 609,697 000000000000000000142c616016f20cb953dea9675bd4563c66af1457ed46f7 1,046 0.34/1.00 vMB 12
609,696 609,696 0000000000000000000cf50d2d97b49e75b3e46d224878887235a39f58565a49 2,267 0.78/1.00 vMB 11
609,695 609,695 0000000000000000000a722cca413bb1fa8e38bacc27c2a884642b4e27e7f281 681 0.25/1.00 vMB 13
609,694 609,694 000000000000000000045b9405cf8c583e90605f353d861a07b88149cd615694 1,058 0.40/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.