Loading Tool

Explorer IconExplorer

Memory Pool

75,478 transactions
27.91 vMB
0.08324276 BTC
Random Selection Loading Transactions
Max Size: 169.86/200 MB

Candidate Block

Mining Attempt 96124a987b6b9c3e3512f92902ac63418b385cbdeedcd80495e510fe61dad49d
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 1e2e836ca892af8bccdd40029f0a24b8808432c17bf135ec5e66768299007075
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,805
Size: 1.00 vMB
Total Fees: 0.02336493 BTC
Feerates: 100.21 > 2.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (264,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,065 651,065 00000000000000000003409f2123e075a2f7975e85745a154a034eda048f88a0 2,538 1.00/1.00 vMB 39
651,064 651,064 000000000000000000060c19d4dccae898237fe9b34f869c377c902ac144aaf0 2,454 1.00/1.00 vMB 15
651,063 651,063 00000000000000000001d17a68f619120063137f340d2ff66617aef8bce56365 1,710 1.00/1.00 vMB 14
651,062 651,062 0000000000000000000d8b9486eae3d2609622da39fbe940a3fc10ee28c5887e 2,024 1.00/1.00 vMB 66
651,061 651,061 000000000000000000080b19616cc4b88c77f03b8b9d51a0201c9a26ee7a697e 2,222 1.00/1.00 vMB 53
651,060 651,060 0000000000000000000e2fbeb6c50d16d4b25cac29676c0969946226fdb58aea 2,896 1.00/1.00 vMB 101
651,059 651,059 00000000000000000004095c8ace8749dabedd6dca82d5864724a5332a27dfaa 1,240 1.00/1.00 vMB 19
651,058 651,058 00000000000000000007f80a69cdfcfb47182dee9df44db5732005a621fb0d0d 2,094 1.00/1.00 vMB 22
651,057 651,057 000000000000000000069c6cc1540b5286cad949675eb06d3930616180df1f67 1,416 1.00/1.00 vMB 15
651,056 651,056 0000000000000000000c8f9d5181871a542ba451fd491bdb87f7c1b458fd1dd6 2,126 1.00/1.00 vMB 21
651,055 651,055 0000000000000000000cb61521e47412328cd9483f290cb12dde0cde816696d6 2,662 1.00/1.00 vMB 73
651,054 651,054 000000000000000000031e906776863d79e5e5d50436354f7dd0e1bf67948183 198 1.00/1.00 vMB 7
651,053 651,053 0000000000000000000ca0b3f968a4cd14e39cbfaf4039f8d6b089fa2b958719 1,425 1.00/1.00 vMB 52
651,052 651,052 000000000000000000040e2a32dbb571c83adb5ff47d1c905c97c04c8f0f0291 1,076 1.00/1.00 vMB 21
651,051 651,051 000000000000000000023be226a302fef40818d8a9f130e0e3c7ab48420bf74f 1,603 1.00/1.00 vMB 20
651,050 651,050 0000000000000000000406e9cd464d32e523becde1a08b7ce0842d018d151d90 2,358 1.00/1.00 vMB 63
651,049 651,049 000000000000000000000c4f00b63468765920346194c3d5a1fc3be3aacc48eb 1,301 1.00/1.00 vMB 23
651,048 651,048 0000000000000000000d68894fd8183b77833ece94d2595e8c9fb3639f9fda92 2,305 1.00/1.00 vMB 50
651,047 651,047 00000000000000000007f2a4af89db415d1ea4550f72b678e7c41e4b7b30d4c0 1,161 1.00/1.00 vMB 25
651,046 651,046 00000000000000000007ab7584e1830499fcdf159e5182cc8b8e9a4f4b4f3672 836 1.00/1.00 vMB 7
651,045 651,045 00000000000000000006e4ff71f049045c8c4ee0f44fcc1d65a5f461446728ab 1,934 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.89 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.37 GB
    • Received: 17.36 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.