Loading Tool

Explorer IconExplorer

Memory Pool

82,407 transactions
31.76 vMB
0.09132544 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt bdc8eed52b54a492850b0eaf0470a2d5b83eb1c26fb5ab47e6adaa1fe56ef2b8
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root bb8adff0723b4ab8e835c3fdcf0f9a2828263c55577a1adbdc85fa52e348eed9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,143
Size: 1.00 vMB
Total Fees: 0.02812030 BTC
Feerates: 101.66 > 2.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (368,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,578 546,578 00000000000000000013fefd725389464670a2e40d5f276e8956fb43b34ea564 1,579 1.00/1.00 vMB 8
546,577 546,577 00000000000000000024dbc446ff4a249ede43abb17796db06d426b973c46982 1,919 1.00/1.00 vMB 16
546,576 546,576 000000000000000000228d54f01cbddf0d91583811d5e62f2b4f05a844be05ef 1,971 1.00/1.00 vMB 24
546,575 546,575 00000000000000000007bc0015295ffcedb59e68e1be59676ba99d146b2786ae 2,444 1.00/1.00 vMB 16
546,574 546,574 000000000000000000170d84d60c2423d2a8ce4e766df9d5b57a99f7e0eb9f40 2,909 1.00/1.00 vMB 24
546,573 546,573 0000000000000000001a2f0d56fd2733cc0a74e8b7adc2e3d9ecd10aacdf78c4 1,154 1.00/1.00 vMB 18
546,572 546,572 0000000000000000001246a04057a66f18b5f3b38ded9a16a4e7bda025f7dd41 755 1.00/1.00 vMB 65
546,571 546,571 0000000000000000000d50bda77f71e31c21c38533e52da29d88dff445ab3284 2,841 1.00/1.00 vMB 18
546,570 546,570 0000000000000000000d370b3a3f1f0c5b68ccf1b8b2300e51c3c0a20e993cb6 2,322 1.00/1.00 vMB 31
546,569 546,569 00000000000000000007f5331c46d2c011e27f3babb400fccd33645161573830 1,069 0.54/1.00 vMB 11
546,568 546,568 0000000000000000000d3b7755efcf94703a7a3db87d2b849eb6cd7bb7fa4d5b 747 0.30/1.00 vMB 9
546,567 546,567 00000000000000000014d1ab30cfc458cfb0f99f280425411b1f64f24c666df2 799 0.37/1.00 vMB 11
546,566 546,566 000000000000000000212264971ef63ea18e417132220a1559e60c3c8a3eb512 553 0.22/1.00 vMB 9
546,565 546,565 00000000000000000009431bf17532a54a30220ab3a520c944be0fbc3713ab13 572 0.27/1.00 vMB 12
546,564 546,564 000000000000000000070500aebccb362f8ef4b8721b565c420162b13f8960c3 103 0.05/1.00 vMB 7
546,563 546,563 000000000000000000097f914c1df9ac09a97c862e04de7dead69f08e713a8fe 175 0.10/1.00 vMB 103
546,562 546,562 0000000000000000000b3b1d2356345fcfda082adb3b221e3d44d9dcbbed3999 814 0.33/1.00 vMB 10
546,561 546,561 00000000000000000023a34c6742779ebd3216db870f8b8b81337fab74a84da3 1,896 0.91/1.00 vMB 11
546,560 546,560 0000000000000000001f99927b52e19c4f1f1009bc52cc81d09b078b8a6a97b9 1,034 0.69/1.00 vMB 3
546,559 546,559 000000000000000000182f66290d148785a26e457c02b262fb5e1f50dba9a6da 3,033 1.00/1.00 vMB 15
546,558 546,558 00000000000000000020907c88716045013a2cdb976802f4f5005a0c8b2ccb83 1,489 0.98/1.00 vMB 3
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: 658.64 GB
    • Received: 14.58 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.