Loading Tool

Explorer IconExplorer

Memory Pool

29,858 transactions
6.03 vMB
0.08280913 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.67/200 MB

Candidate Block

Mining Attempt 27a5605258ac4eb64ac46aab4ecc882c48e9e3c61c036a055640cae38a32a4e0
Version 20000000
Previous Block 00000000000000000000045174389281011fbf7883ce8663d407d9c2bda9a572
Merkle Root 5bfe20db69900f23bbed2bdd80b6626ec0b3192e7158ed7883186c63b0b8a577
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,048
Size: 1.00 vMB
Total Fees: 0.06337358 BTC
Avg Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,922 (657,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,069 255,069 0000000000000006fc7eb09709e8a6eb7d8aed464fcdab458a34f2a987cea59e 0.18 MB 323 91
255,068 255,068 000000000000001f7d297a3633f74cb6d31a41f3efeb22bb2f61b80ed2c5c2ef 0.09 MB 224 144
255,067 255,067 0000000000000009a9a682268428d7b464d9d4619a1b46caaba50d65870ccff4 0.00 MB 1 0
255,066 255,066 00000000000000273baf33949d167a02e3d90b96c742eafe562fa7b8ca389635 0.06 MB 111 40
255,065 255,065 00000000000000022f5348b74e1daa514c43da8002c35d071b64417b44d3c9b5 0.14 MB 309 69
255,064 255,064 000000000000002ee8c9d3b2b22dab6fdf0de2c0d4ee08b9ab7031af350dd4e9 0.25 MB 627 60
255,063 255,063 000000000000001d4cf3c4ecb26bf6070682f782d52dd48db91d6afe207f8557 0.25 MB 481 95
255,062 255,062 000000000000003a5e31f9b4206743c8addfd7e716072e40992a094f89a35a8d 0.30 MB 771 139
255,061 255,061 000000000000003c1348650f9e29eb6e36f41aacdbe983169c65e96a81456560 0.15 MB 382 206
255,060 255,060 000000000000000a07e33c2a35b8c0ca1fb00386dd355b9ebb267efddfae6a6d 0.14 MB 381 126
255,059 255,059 000000000000003e0e2201290cc1fd8a084210003e7f56c34e7640c00235c242 0.03 MB 44 59
255,058 255,058 000000000000000e7d6c80a7b3dc391d48b080a80d6b2e65aa4f508fab51434b 0.23 MB 523 93
255,057 255,057 0000000000000016331b3fa6a246207f7e15fcfaebf63aa4d9691c59b699a717 0.15 MB 391 114
255,056 255,056 00000000000000391fb3b6db655e2dd7919e22b95b5cee78bbe2ba1a9556ebab 0.06 MB 124 103
255,055 255,055 00000000000000410a27f9f62279b5f812d2ad0f7fab641ce621407cbbe01328 0.00 MB 14 103
255,054 255,054 000000000000001ee2eeb39646c8a65de01b29778ff6cc28a82c89f4f2ea4523 0.10 MB 223 96
255,053 255,053 0000000000000014f152f10235b0bba1f460f5021c2ad77a9a4fb00126ec968b 0.19 MB 388 60
255,052 255,052 000000000000003e74ef97fab3041ad58b6c6ee74d3a5a04e3885ff93abb9cba 0.25 MB 697 156
255,051 255,051 000000000000002dbdad6b2def5af0e475afd56c34bea3f2d754ee855007812a 0.08 MB 146 73
255,050 255,050 000000000000003ff8261c405318ff6da6042ebb71aea630edfce93d8b27102c 0.28 MB 753 62
255,049 255,049 000000000000001002f2db2eb87cba87f20cd28853058dc36f48219d8b99eeb6 0.25 MB 476 139
Previous 10 blocks ↓
Total Size: 778.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 316.92 GB
    • Received: 2.78 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.