Loading Tool

Explorer IconExplorer

Memory Pool

86,468 transactions
32.83 vMB
0.13187369 BTC
Random Selection Loading Transactions
Max Size: 198.43/200 MB

Candidate Block

Mining Attempt 750ef4b48d3f78e83c56d1786e2ffe17dc7d75af65641c8cd4547d18992dbcf3
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 9a57b1e9693c64876885cbf8cbeee5cf7614afcb9151d7b53f086b05c5732634
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,846
Size: 1.00 vMB
Total Fees: 0.04868093 BTC
Feerates: 641.71 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (127,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,522 787,522 00000000000000000004c007a307293c9da7eff8701eec00221baec8a61dc0ac 4,482 1.00/1.00 vMB 43
787,521 787,521 00000000000000000000ac432a46378c810356b7f1146c789d96d016a5c20824 4,348 1.00/1.00 vMB 46
787,520 787,520 0000000000000000000560f3032493c0e02472d1fb2de4fabd2e8cd9b8aafb62 3,794 1.00/1.00 vMB 53
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
Previous 10 blocks ↓
Total Size: 782.75 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: 708.82 GB
    • Received: 16.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.