Loading Tool

Explorer IconExplorer

Memory Pool

82,040 transactions
30.92 vMB
0.07857033 BTC
Random Selection Loading Transactions
Max Size: 189.69/200 MB

Candidate Block

Mining Attempt e0be1b697b5fc94c819233b34deabda15d32a97784c25ad822af1fc28b0021cf
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 85e4c3e612f3d5667565232d7bc4dcb49a42b4649a488b96d9a2e08af3204d8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.00918519 BTC
Feerates: 301.05 > 0.92 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (127,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,519 787,519 00000000000000000002e6958f3e4c5cbf85b4bdfcb48cd7b214d1edc04db45e 3,422 1.00/1.00 vMB 48
787,518 787,518 000000000000000000024067d1dcbec8b98096579318424e52e2d84237d70cea 4,535 1.00/1.00 vMB 50
787,517 787,517 000000000000000000046fb177b148b8fc5ee1e9203626d6a5035dcf128ab2dd 4,571 1.00/1.00 vMB 35
787,516 787,516 00000000000000000001e9a8a63433deb80de6398f9b42d103e280ee1911e928 4,367 1.00/1.00 vMB 50
787,515 787,515 00000000000000000003c8e4be0d02b0ff80d63b071afa10187763e25012e80c 4,286 1.00/1.00 vMB 49
787,514 787,514 000000000000000000032273980c1477b43c6ed064080b6cfd1ac40cc0d07fac 3,796 1.00/1.00 vMB 40
787,513 787,513 00000000000000000001c8e3442d258be0e2b314acb7f52150e369f86caa18d9 3,850 1.00/1.00 vMB 31
787,512 787,512 0000000000000000000080104dfe33794268b4ff8706c699d482d2bedcf1609a 5,344 1.00/1.00 vMB 34
787,511 787,511 00000000000000000000016a37e8f00353954728c90cd1bfbfde00eb836d120d 4,665 1.00/1.00 vMB 40
787,510 787,510 000000000000000000025f63f3b77bca67106cc58d2382fbcb33f4b2fa9861ae 4,103 1.00/1.00 vMB 40
787,509 787,509 00000000000000000000fe588300e47ceefc8c0948800622b26f16aaaa84fd79 4,169 1.00/1.00 vMB 42
787,508 787,508 00000000000000000002e31885624041957d7801d7a56b3aaefbc14c748c3140 4,477 1.00/1.00 vMB 35
787,507 787,507 0000000000000000000020772b11735205351e50152a6802dd54e762abaf4992 2,058 1.00/1.00 vMB 48
787,506 787,506 0000000000000000000274c4008665a523d617665c9271ef636be9fa2e1e6245 3,781 1.00/1.00 vMB 43
787,505 787,505 000000000000000000017fcd7022f626b63342932da7c2368aa9e3e61bec3f86 5,202 1.00/1.00 vMB 35
787,504 787,504 0000000000000000000444ad553bc1c5097a7402c64bdd1fe0b9303d8afdf4c9 3,491 1.00/1.00 vMB 35
787,503 787,503 00000000000000000001370c8f463543c447189aa0bfb627ee0d93405db6a269 4,493 1.00/1.00 vMB 36
787,502 787,502 000000000000000000039baebd1b5c7b88e20a33e03493b1df1b9d7359b8e7d7 3,517 1.00/1.00 vMB 34
787,501 787,501 0000000000000000000099a53c92187571c394f6808cc94d01382669b4830588 4,573 1.00/1.00 vMB 44
787,500 787,500 0000000000000000000370c823be4bc6d1f5c95d8f37dace5ecb8089a8d23459 4,074 1.00/1.00 vMB 40
787,499 787,499 00000000000000000002918129165944821b764db0d3290f8c02200bf1031607 4,428 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.