Loading Tool

Explorer IconExplorer

Memory Pool

86,871 transactions
31.76 vMB
0.11586238 BTC
Random Selection Loading Transactions
Max Size: 192.31/200 MB

Candidate Block

Mining Attempt bca13a49e3fbe8cfdbbbe06603749564fc4f4540320b2599e26d20af939f8f23
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 41e5f50f6662a0193f5dce2a7bfeaaeaf8ff61a9e5a5c8abccf7788912d51738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03495302 BTC
Feerates: 547.69 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (225,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,659 689,659 00000000000000000008bd3a7a15a8f06499a8ac8cd3e59426d8bed920bcae8b 2,637 1.00/1.00 vMB 16
689,658 689,658 0000000000000000000e1be6d1a3500442fddfa731bb03a31f72eb8de6185a50 2,806 1.00/1.00 vMB 61
689,657 689,657 0000000000000000001100b02ac35ba770fc3f8b87fc986ceed4827f6b8d2ae6 2,344 1.00/1.00 vMB 64
689,656 689,656 00000000000000000007f222dd4d7237b78e33d9f5b74a369000c48f1a46703e 983 1.00/1.00 vMB 83
689,655 689,655 00000000000000000000ee55e7ff4d3a604386ff817cfc6a6da41b050aa5fe93 2,562 1.00/1.00 vMB 97
689,654 689,654 000000000000000000048fb5ad91cde0ec27d8033d2cc25975ac2515a26ac5bd 2,002 1.00/1.00 vMB 64
689,653 689,653 0000000000000000000a629d204ed9abcc716c6e49591dcbe061065543a12aad 1,798 1.00/1.00 vMB 79
689,652 689,652 000000000000000000050b8aeba64caeac2bd5d7aec4247cf346d06ac9519ad3 1,197 1.00/1.00 vMB 84
689,651 689,651 000000000000000000021ee7ad511a43b3060115defb6061f6bdf43bf26b6dab 2,304 1.00/1.00 vMB 100
689,650 689,650 0000000000000000000d6d1ed5cb05e3963b8334d40ad732af608d821cbcd64c 2,005 1.00/1.00 vMB 17
689,649 689,649 0000000000000000000bdebaed3721328cfaf30356e5ec89d9200f559141741a 1,466 1.00/1.00 vMB 9
689,648 689,648 0000000000000000000d3af1b8774bbc9593f4bac97fc9e0a6fa1d7a74459906 2,126 1.00/1.00 vMB 72
689,647 689,647 0000000000000000000a03f10ad5394a3f7ddc70f240bf2a87a302d39c70f74e 3,071 1.00/1.00 vMB 91
689,646 689,646 0000000000000000000135f8c9dc14e9c5a4cc86b23838f92835943954b5c51a 2,313 1.00/1.00 vMB 57
689,645 689,645 0000000000000000000f76df846736dbab1a86dbedce3d0080db802070961483 1,198 1.00/1.00 vMB 44
689,644 689,644 0000000000000000000eeabdd297e78e93b1b99122a02704a31cffdf265b2522 1,027 1.00/1.00 vMB 16
689,643 689,643 000000000000000000069e94d5da7b6066a88b5018e6cf6e3cd08ace35124754 1,432 1.00/1.00 vMB 4
689,642 689,642 0000000000000000000f3d5b57714ce29470d9fdcb487b224863aa54cf1ad33a 2,026 1.00/1.00 vMB 48
689,641 689,641 00000000000000000005a18c36903e273eb5c6f14e419b4e38aa6cb5606dbb82 1,891 1.00/1.00 vMB 28
689,640 689,640 00000000000000000008a1693de8a046405bf7f94c1f3753f8e73ae4fd8eeb4b 450 1.00/1.00 vMB 81
689,639 689,639 0000000000000000000189bbf5ede0b2cca5ba9fec35061cc4119c32abc1852c 2,713 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.