Loading Tool

Explorer IconExplorer

Memory Pool

48,050 transactions
28.61 vMB
0.06878391 BTC
Random Selection Loading Transactions
Max Size: 153.36/200 MB

Candidate Block

Mining Attempt 56e8722f0505cbaa861ee47fee399954daf95c9266bee1433d020f3f4eb9c70a
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 241980580ee0ddb325c2bb6d2dc2d33554d0614e495b07326abc5188afa41e37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01456591 BTC
Feerates: 173.90 > 1.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (271,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,067 643,067 00000000000000000001eafe8ef44ceb18fa7b67d3c2c23bac8b6de5a9bed835 2,958 1.00/1.00 vMB 106
643,066 643,066 00000000000000000004b2bf62ce5521a011ec45faf1c4ea903c7a7358a887c9 3,025 1.00/1.00 vMB 146
643,065 643,065 000000000000000000041e4cbee60f996f82266b7d9561e4f8f5f7ce3897196b 2,773 1.00/1.00 vMB 104
643,064 643,064 00000000000000000008337b737b2aa5314ed01656943f6a385c40e94360f715 1,777 1.00/1.00 vMB 96
643,063 643,063 00000000000000000007bbae266180d3b4531621118a22e30849a1363aa02916 2,567 1.00/1.00 vMB 121
643,062 643,062 00000000000000000009d8dcc8872c9ac87008d5e4467b6f1e9d297cc261213c 2,699 1.00/1.00 vMB 78
643,061 643,061 00000000000000000002da9f65ab6f72314f03b4165b60a2f0d0001d90453bc1 2,328 1.00/1.00 vMB 116
643,060 643,060 00000000000000000000bac741fbf053db1e79ebe91d5fadfc13c091330ebfd6 2,648 1.00/1.00 vMB 83
643,059 643,059 000000000000000000025b99373d6bc01a504e476d9555c7d55fe43c717c8d6a 2,500 1.00/1.00 vMB 85
643,058 643,058 0000000000000000000110cd320798b0f8995443b068e62ee2bb1b8da31f7f2f 2,380 1.00/1.00 vMB 88
643,057 643,057 00000000000000000007b73d1518ca3c3a267caa9b42f6ebb8971bbf719f53d6 2,157 1.00/1.00 vMB 114
643,056 643,056 0000000000000000000a8b8ee7292251d4e8446d1c4223026298a230a841aebd 2,090 1.00/1.00 vMB 136
643,055 643,055 0000000000000000000327c668e341510ae30ecacaeb9a71d561f15feb225439 1,131 1.00/1.00 vMB 100
643,054 643,054 0000000000000000000b88f1180fa74b726d81b878aeba741235c2f1bc851628 2,305 1.00/1.00 vMB 103
643,053 643,053 0000000000000000000e6b83b7f5660aeb530a20b259218060cb4278bd360017 2,528 1.00/1.00 vMB 137
643,052 643,052 00000000000000000008a3cd8447428f4a0b32b195cb8f0df58edfbbcd5d4016 1,431 1.00/1.00 vMB 91
643,051 643,051 0000000000000000000d99065387014e1c997dc6be5c7361a54a3d42d3fab07a 1,561 1.00/1.00 vMB 106
643,050 643,050 00000000000000000010819ee4f4a5c091aeae222fef547c382015de4bdd0908 2,350 1.00/1.00 vMB 114
643,049 643,049 0000000000000000000d2045fff1d6721528a2f04b8f4839ab627add9e65b04b 1,401 1.00/1.00 vMB 99
643,048 643,048 000000000000000000092b40e9e54fd4e57baf6f5d56e7484408f16a93710714 2,700 1.00/1.00 vMB 108
643,047 643,047 00000000000000000010a41a8bfca226b57c13a440df9f3b4f5f8847c20fb5e8 3,290 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.11 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: 651.83 GB
    • Received: 13.65 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.