Loading Tool

Explorer IconExplorer

Memory Pool

79,478 transactions
30.33 vMB
0.12602330 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 0b2f1b7dfdc10968d96cea765f696791b5c115778cea5f59a002ebea48789f34
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root df00690c16ed1687bd82b47efa9e1fea2e9ad974868756b336fa980427912d7d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,402
Size: 1.00 vMB
Total Fees: 0.03251419 BTC
Feerates: 301.69 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (209,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,656 705,656 000000000000000000099302eee9aa0eed3f78eb01fac362262faeded3f53e28 2,281 1.00/1.00 vMB 7
705,655 705,655 000000000000000000041ce1ae5607853e40339a27f4c56e4af0a698cf50b135 3,063 1.00/1.00 vMB 20
705,654 705,654 000000000000000000002f76f85ac5d4dfd7cb9aecd5648b58dd5807dd70d0cd 2,698 1.00/1.00 vMB 27
705,653 705,653 00000000000000000009d7f88f3e50457373f6578c445c48a4e7f3993fd941be 2,769 1.00/1.00 vMB 18
705,652 705,652 000000000000000000057fc134fa98a746db12310e3a753f7d465bec88ad248f 584 1.00/1.00 vMB 2
705,651 705,651 00000000000000000005cd8d05d8fcf60d8781a2e5a677c94d2333d95777f33e 2,111 1.00/1.00 vMB 11
705,650 705,650 000000000000000000042b439090c45a025497e21b10dd1fb8b9a3a21fce6f6b 1,224 1.00/1.00 vMB 6
705,649 705,649 0000000000000000000afd5d6a4eff6655e8ea902b6af03755c4f3964a382508 2,526 1.00/1.00 vMB 6
705,648 705,648 000000000000000000098e9ebc30e7c8e32b30ffecbd7dc5c715b5f07e1de25c 2,762 1.00/1.00 vMB 12
705,647 705,647 0000000000000000000c4d13422c117294cb0aa470562d9548a182a4df4183dc 2,689 1.00/1.00 vMB 23
705,646 705,646 0000000000000000000bd6e146632c5a257ed450d67b3c99ca76de4bc7d2a312 1,331 1.00/1.00 vMB 5
705,645 705,645 0000000000000000000454cf1f0567abd9ebd9e2d53ba8c5f25affd13eddf353 946 1.00/1.00 vMB 9
705,644 705,644 000000000000000000056e7d5040b7c722bdf10319634060edbc7f30c83eb83d 3,068 1.00/1.00 vMB 5
705,643 705,643 000000000000000000014d842a4800a7b724400bc184175f9bf2eb8e53949216 1,974 1.00/1.00 vMB 15
705,642 705,642 0000000000000000000972059921bb1c1845d8552ff37a03d6f27b112e29823a 2,573 1.00/1.00 vMB 15
705,641 705,641 00000000000000000000222d903d2f407b5770aa838b3c2faf919cf9986f6554 2,771 1.00/1.00 vMB 16
705,640 705,640 0000000000000000000644ce1629dfd334ab11c356bd1720547f1bac1a3462b4 2,473 1.00/1.00 vMB 12
705,639 705,639 000000000000000000030e6f391f5c0b81c17f9bc0bc1cacdded7b6c4e0251f6 1,711 1.00/1.00 vMB 10
705,638 705,638 0000000000000000000b0caecdd86c7ac038ef2d5bfa377007402ba0a2a91227 1,497 1.00/1.00 vMB 9
705,637 705,637 0000000000000000000baf37c02a1a2682ebf9e14ae17f44c3f73f7b8ce0c340 2,010 1.00/1.00 vMB 14
705,636 705,636 000000000000000000000f3720719f0dbe4bfaca1aa5991239b5941e7a07f267 2,196 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.