Loading Tool

Explorer IconExplorer

Memory Pool

77,245 transactions
28.46 vMB
0.08929522 BTC
Random Selection Loading Transactions
Max Size: 173.26/200 MB

Candidate Block

Mining Attempt 3c72bc0f3e76884d63a4590162a8258a2355b1439d1fae3a0bfb205c4685f8bf
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 9e590cfbe92b42503a9c94b8aa53b4aef5f34e2b7879cba441f4b006fd08c62d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.02527144 BTC
Feerates: 477.45 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (264,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,817 650,817 0000000000000000000838dfbbb244f88e8c79885e70398f8fedfc4afcd7bbf8 2,913 1.00/1.00 vMB 98
650,816 650,816 00000000000000000004f00a0862fe45e53b0117b577dd9a51f87fe5c17db2a8 2,439 1.00/1.00 vMB 93
650,815 650,815 000000000000000000080a34b9b710c2e0506f9457a490298822f4917f88a75b 1,598 1.00/1.00 vMB 104
650,814 650,814 00000000000000000007b645c4cb92f79c0542f516bd6fda72f1ce18233fc0dc 2,390 1.00/1.00 vMB 99
650,813 650,813 0000000000000000000d400beb3452d8f2f32c75d76e5de308e6dff2dcb5032e 2,819 1.00/1.00 vMB 89
650,812 650,812 00000000000000000004cdd63830cab80fad8476c451088b4b7a3f73b1cbf504 2,709 1.00/1.00 vMB 108
650,811 650,811 000000000000000000011736d0b367a566391f8c028c497caa8d84dcaf0e165f 3,104 1.00/1.00 vMB 110
650,810 650,810 000000000000000000039b0ca52aa254309806506dc466fa4f4f85f2c257499a 2,118 1.00/1.00 vMB 89
650,809 650,809 00000000000000000009caca12a6120e5c944037d4afd9b6633a7ddda9e04a4f 2,751 1.00/1.00 vMB 110
650,808 650,808 00000000000000000002cef9890fd1c5ec4a46cf2f974e711850a23950ca7374 3,120 1.00/1.00 vMB 99
650,807 650,807 0000000000000000000af727228c655e37ced4594fed2ad53ac7a51a6d46b82f 1,947 1.00/1.00 vMB 96
650,806 650,806 0000000000000000000cd8a5918fdfe11c88202845bb80423367046deb4ff9fc 3,076 1.00/1.00 vMB 116
650,805 650,805 00000000000000000001c04de431267f90a8bed78df85b10e4acb0b89436e397 2,733 1.00/1.00 vMB 92
650,804 650,804 0000000000000000000b30c8cad60e8f0a121346407d912fc79d48da75604ea3 2,767 1.00/1.00 vMB 92
650,803 650,803 0000000000000000000b616cd3728e11efed5504761ca0974ed32ac1a778b424 2,963 1.00/1.00 vMB 117
650,802 650,802 0000000000000000000668e09a9684377bc777601611a6e20cea658670a54ba5 2,783 1.00/1.00 vMB 93
650,801 650,801 00000000000000000006468a574b1ea1c245eebbd2c6f26772308ebbcf6549f0 3,052 1.00/1.00 vMB 124
650,800 650,800 0000000000000000000781afb500f258be541ec921f80e2b6886160f5b1e0d0f 2,441 1.00/1.00 vMB 94
650,799 650,799 000000000000000000012c367bc7eac7d9c8686383f0ed1d8ff3bb253f1fea9c 3,307 1.00/1.00 vMB 102
650,798 650,798 000000000000000000035ebf86dcb76836e4ccdc271deb1a68f7689762a95e4c 2,766 1.00/1.00 vMB 140
650,797 650,797 0000000000000000000bcb20bfc162e2b0b412f593a8ab7e6e1b723263fd502b 2,408 1.00/1.00 vMB 80
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: 713.77 GB
    • Received: 17.47 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.