Loading Tool

Explorer IconExplorer

Memory Pool

88,024 transactions
32.10 vMB
0.13332257 BTC
Random Selection Loading Transactions
Max Size: 194.52/200 MB

Candidate Block

Mining Attempt 7b7e238b3817c60c95a789625257ef0a87c3044bcdc8d3e43082fed85cad24e8
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b2f54b21c1e2f306704cd9403e432e1cea5b9b05f25458b2b09e9028c4fa31cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.04830995 BTC
Feerates: 101.65 > 4.84 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (450,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,539 464,539 000000000000000000fd4e2a94e50a76658a19376b1a63fa4c346eae2c0768b3 1,735 1.00/1.00 vMB 130
464,538 464,538 000000000000000001bdafa5174a4a0fdf12af089851ab157845c53d750ac11b 2,853 1.00/1.00 vMB 214
464,537 464,537 0000000000000000008e3b45bbb27ce0f3232bd35666323e6ba40d0312ce33ab 2,209 1.00/1.00 vMB 173
464,536 464,536 0000000000000000008691ffe35bf0e2a361a302254b7e462c0544c332bdab01 2,481 1.00/1.00 vMB 182
464,535 464,535 000000000000000001f2792a7994fc85e57011673874c5f19a92d6acccff4988 1,905 1.00/1.00 vMB 146
464,534 464,534 0000000000000000014d50cbb22f8fedb3adbbfd2c80f7ba29e2958e23e7f0d5 2,254 1.00/1.00 vMB 176
464,533 464,533 000000000000000001ea9aed62e818194b0cc20885885a99c66d522604042a99 2,590 1.00/1.00 vMB 214
464,532 464,532 0000000000000000002878da713c18c448d79b719f03cde3099dffbbd2fe8167 2,333 1.00/1.00 vMB 156
464,531 464,531 0000000000000000001345d64a79f6773fde87b10f75e3887bc63e9f8e6ec6b3 2,519 1.00/1.00 vMB 204
464,530 464,530 000000000000000001f8b4ced544891efaec01b83476aeaa3db7b733123dc192 2,467 1.00/1.00 vMB 192
464,529 464,529 00000000000000000171e034a7d55051348fa04dde7be9575bb43395b86cc818 2,707 1.00/1.00 vMB 255
464,528 464,528 00000000000000000006deb6101dfc17bdbe3227c62020f27bf04167d9b81f88 1,949 1.00/1.00 vMB 132
464,527 464,527 00000000000000000000d45c33abdfa053ffddb018a2c311002979db12d91809 2,619 1.00/1.00 vMB 215
464,526 464,526 0000000000000000002b5b80b9f14da742314e7f794fc2608a2d3e36f9047d30 1,761 1.00/1.00 vMB 143
464,525 464,525 00000000000000000169819ac570176a0347afdaa7242be03ff1f9730429b949 1,978 1.00/1.00 vMB 211
464,524 464,524 00000000000000000067acfdead3a246ede0bdb74920c9b2f500609a34215b5a 1,035 1.00/1.00 vMB 185
464,523 464,523 000000000000000001ddd0d51f99c90f8c0e558fa61f4790a40e482beb58818c 1,016 1.00/1.00 vMB 147
464,522 464,522 000000000000000000da4d238166c9ea35231a6e779fb768eb56c992d0319a5f 1,941 0.99/1.00 vMB 172
464,521 464,521 000000000000000000175cf5eae9ed80a613a4f25c5449ae06db830d11839e8d 3,045 1.00/1.00 vMB 221
464,520 464,520 0000000000000000015a6b026052ca05f69e1c614b83fc9098dd0938e190f67d 2,585 1.00/1.00 vMB 210
464,519 464,519 0000000000000000020b14e15f85b5a1a430267a0891ca402a33c0421496ad56 2,392 1.00/1.00 vMB 179
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.91 GB
    • Received: 15.63 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.