Loading Tool

Explorer IconExplorer

Memory Pool

76,075 transactions
27.96 vMB
0.07857296 BTC
Random Selection Loading Transactions
Max Size: 170.61/200 MB

Candidate Block

Mining Attempt bdf4839d0411e9c0ceec5b4937c6687e7d077bb0608ce4b8fd83b7847223fb5f
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root fd2f4031f0f30e5ac53d575206fe3b01d069da75e2f90067f1feec5f32321184
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.01851312 BTC
Feerates: 150.93 > 1.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (804,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,093 111,093 00000000000032d4921b3f64d602a7d99156236a74a81e5d5def5d8ec51bcb8e 7 0.00/1.00 vMB 0
111,092 111,092 0000000000005c5e8f1171667a839e172817b3162ba3d072c48e8bb4b0069818 12 0.00/1.00 vMB 0
111,091 111,091 0000000000008be9468a9efad6afdd0c2e9eceb9f8f6713ddb1cc198580bc812 12 0.00/1.00 vMB 0
111,090 111,090 00000000000088618fd3c918ab3722ee3172b676fd648e49d403b22a591b15ec 12 0.00/1.00 vMB 0
111,089 111,089 00000000000081010ec094416d6c304bd6d700f85836d08db393e8eff8cc294f 11 0.00/1.00 vMB 0
111,088 111,088 000000000000ab3a384effdeba6082414c26449e3938477ac12ad3d16b3b3e4f 18 0.00/1.00 vMB 0
111,087 111,087 000000000000f10ef44c61134aef9b00de1b488d68730c2ce386463e9873df85 4 0.00/1.00 vMB 0
111,086 111,086 00000000000059b3189f7e699153144442a3a36768825058b0eecc246ddc733f 11 0.00/1.00 vMB 0
111,085 111,085 000000000000b235ecfd8e9664b1f626e5a320b5dcaeece65691714f2b6fd8aa 12 0.00/1.00 vMB 0
111,084 111,084 000000000001010c21128c9c0b104bb5e71c62c345b28a15ede2eef30e81e3f1 12 0.00/1.00 vMB 0
111,083 111,083 000000000000f3f2292e01c55c1dd0a4335752b8f6d73827d28ec22c6bcd7e29 12 0.00/1.00 vMB 0
111,082 111,082 000000000000fae5bffa4e83b96f23ba202ad03ec220da1ef4973c0257090afe 12 0.00/1.00 vMB 0
111,081 111,081 00000000000126e2c56b885da5ee9f5c4401df4f8b7c8f91d4779fb3352668f4 12 0.00/1.00 vMB 0
111,080 111,080 00000000000042c21d081dd31b278695958e9ee74029dd8631c672b33c7bafd7 12 0.00/1.00 vMB 0
111,079 111,079 000000000000af015afb5f29919af70fbad4dcd35ea7d885663341434ae6ab8b 12 0.00/1.00 vMB 0
111,078 111,078 00000000000022764de5ea477233d4a722eae8fb503ea54a8feecacfd943b26b 12 0.00/1.00 vMB 0
111,077 111,077 000000000000117f6b1e76c7dae913b7d1db88a6038f15d38581db3ed384f79b 13 0.00/1.00 vMB 0
111,076 111,076 00000000000090a7c738f0a52545fd2950afee509df1ded40bcabcc7f09cbf81 9 0.00/1.00 vMB 0
111,075 111,075 0000000000009ab56c11b09d4a903dbf7fa6249b21df57cd0a867566506b2419 11 0.00/1.00 vMB 0
111,074 111,074 000000000000a2f8cc2d4c03dfe429857a07a8221458520c734c497aa5694ef8 13 0.00/1.00 vMB 0
111,073 111,073 0000000000002e9ea80a7f9732eca96fb4dc98ec01d2f3d616b2032190483736 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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.72 GB
    • Received: 17.44 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.