Loading Tool

Explorer IconExplorer

Memory Pool

82,830 transactions
31.79 vMB
0.11737970 BTC
Random Selection Loading Transactions
Max Size: 191.07/200 MB

Candidate Block

Mining Attempt d6164e5e6e196c4de913d12c7ce35a43d65223584ce42360207c7671894a6729
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 96dbe0fe8f99ddaba88b827cd74e07d2fb743aa635740700f94c628088152f47
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,736
Size: 1.00 vMB
Total Fees: 0.03122543 BTC
Feerates: 318.30 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (264,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
651,044 651,044 0000000000000000000a8ab87e4ddc2a795177637d31e27a5aad034ba79d3880 1,285 1.00/1.00 vMB 20
651,043 651,043 00000000000000000001404eac75c7c46142248aa1b74e9c3e13fbb2e45fbbf0 1,511 1.00/1.00 vMB 7
651,042 651,042 00000000000000000008cdba1c49cc25b374ae37a38f7861a2e7a2a9d14bfd98 1,704 1.00/1.00 vMB 12
651,041 651,041 00000000000000000003e4a12642b196856fcd4f1e5f1ff617c8a3523026ce06 2,258 1.00/1.00 vMB 40
651,040 651,040 0000000000000000000c4511a33bda1ae2e979a2830604d4c9db88208e1322b4 2,553 1.00/1.00 vMB 71
651,039 651,039 00000000000000000001777d38d6f25d80c112c1e8a1dcb78c4750528c6c5853 2,159 1.00/1.00 vMB 28
651,038 651,038 00000000000000000008d4ed300967d39e2eff6ec13f558976ab7c24b69993ac 2,173 1.00/1.00 vMB 48
651,037 651,037 0000000000000000000901f086b26551da3e2730f546ebe3597a8ee4f6440188 1,972 1.00/1.00 vMB 80
651,036 651,036 00000000000000000009af54c30a6f9cdcfa8d61bc949490efc119650361010c 2,373 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.