Loading Tool

Explorer IconExplorer

Memory Pool

40,435 transactions
28.25 vMB
0.13737715 BTC
Random Selection Loading Transactions
Max Size: 144.26/200 MB

Candidate Block

Mining Attempt cfbd748edc119cd60b1b5a918fdc32a598420a8a9488a6e7bc400ea9892f7584
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 18793fbf9eea5e2dd1223acca2414c1f22527be65d358b68327b5228e53d14e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,004
Size: 1.00 vMB
Total Fees: 0.08300974 BTC
Feerates: 102.90 > 8.32 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (252,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,080 662,080 0000000000000000000cb28716bdc37b012c6bd061d6fccedde0590834fb9743 1,641 1.00/1.00 vMB 76
662,079 662,079 000000000000000000063b223f78566ecf37996226c1a315bf62851b5f2f4f92 2,925 1.00/1.00 vMB 123
662,078 662,078 00000000000000000004db8b70e02093833235396d2f79e1f4054f5635c60c3a 2,417 1.00/1.00 vMB 51
662,077 662,077 0000000000000000000cd8dcafc63676a4329a919585c6800ca8ab36aa6f0add 1,657 1.00/1.00 vMB 73
662,076 662,076 000000000000000000057161c10ffa797d8c5713439be3d2c70d6d3bd8ddd5fd 3,024 1.00/1.00 vMB 119
662,075 662,075 00000000000000000004ed62cd7988547c03c7f90571fe8765058877b2d7b309 2,596 1.00/1.00 vMB 114
662,074 662,074 0000000000000000000af7aeaee732e1d6ee5887a7fb20837ece4d1b548c8304 1,339 1.00/1.00 vMB 30
662,073 662,073 0000000000000000000ef53d1859030d9c2f2f757529cfcd2b7ea040ece8af7d 1,500 1.00/1.00 vMB 38
662,072 662,072 000000000000000000052f832172ed2a3b4eee732789feb0092bfc4dfa31c948 2,315 1.00/1.00 vMB 76
662,071 662,071 00000000000000000007a719cb64f79b5c61ac2c90f8b75ec0b23d92abe3df27 2,067 1.00/1.00 vMB 53
662,070 662,070 0000000000000000000b6e8ccefa484f06eab7d7cf30f0896776848475992e91 1,839 1.00/1.00 vMB 57
662,069 662,069 0000000000000000000ef8e4e186a4c7066e91595e6b7f2a28a667fbfeccd125 1,934 1.00/1.00 vMB 108
662,068 662,068 00000000000000000002f4dbcd87afeda7ab666bf3eba0172c8180f4b7061f39 1,662 1.00/1.00 vMB 137
662,067 662,067 0000000000000000000798f993123a3a063b81e9f264fdcb21c6559d54ed8e7c 1,900 1.00/1.00 vMB 39
662,066 662,066 0000000000000000000d332f64e69ce3d84dea5b061418c9b984704649a578d5 1,926 1.00/1.00 vMB 31
662,065 662,065 0000000000000000000f044ef51bb9bd4bebef19505a530dbbb042afc5bfe32c 2,173 1.00/1.00 vMB 61
662,064 662,064 0000000000000000000cc006313a35699de214f5774dd8558f8f5b7749d1c607 2,827 1.00/1.00 vMB 143
662,063 662,063 00000000000000000009d7a39823971c557b254c79f21f5756f9df1d5ddc9f74 2,781 1.00/1.00 vMB 62
662,062 662,062 0000000000000000000b19cf33ca1916c9dc29cef94471450cbae19799550177 2,226 1.00/1.00 vMB 92
662,061 662,061 00000000000000000006de17231ebe8e3c4d7c0a94807a80d31db0cfc4f4f7e6 2,002 1.00/1.00 vMB 29
662,060 662,060 0000000000000000000156e2f96586be611842cb21b92d3e2260c8e53ba576fb 2,049 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.