Loading Tool

Explorer IconExplorer

Memory Pool

80,339 transactions
29.88 vMB
0.09108837 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt 2e8c990604e286537f7e2135c0578a78099a0dca6ef1f9a1ebc82f4eee03c74e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (309,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,223 606,223 00000000000000000009c725c4881f7984532c0228e5519ee27150457c65473c 3,360 1.00/1.00 vMB 21
606,222 606,222 0000000000000000000d592e058314dc1ee1d098cf90bc6bdf82113bda04b8d0 959 0.31/1.00 vMB 20
606,221 606,221 000000000000000000092ca6d3a73129b167f2884dd1c757cb155b7e86f3ff6a 438 0.14/1.00 vMB 14
606,220 606,220 0000000000000000000c72bb15b9622fc38a6f4f06dbc19f89048ba1bf70f678 3,034 1.00/1.00 vMB 21
606,219 606,219 00000000000000000008782ed227f03af1a4e54b3f278ba3388edda9199c0226 1,060 0.32/1.00 vMB 13
606,218 606,218 0000000000000000001495a736064816355e80b6d2f67a078df9a9db256e962b 3,215 0.92/1.00 vMB 18
606,217 606,217 0000000000000000000c1e45542fba12a72c1fce26c01b5d4ff3f629f471a95a 1,917 0.64/1.00 vMB 18
606,216 606,216 000000000000000000132ac023d4c318fd2f4e6f13dda4cada07131206d20f7c 2,998 0.99/1.00 vMB 16
606,215 606,215 000000000000000000067fab3f13631a6ecc3b727661fa9061d55430f5932d31 3,010 1.00/1.00 vMB 10
606,214 606,214 0000000000000000000735977509db4c0e08990bdad5d7ed21f75ecebcbfaf8f 3,333 1.00/1.00 vMB 23
606,213 606,213 0000000000000000000d8e1f3505cb971edcd2e8c1d832cd6363f42b8e823f58 2,598 1.00/1.00 vMB 11
606,212 606,212 000000000000000000026cc286ad60435e8990a68061c9337488d8a8b9ea6e81 3,175 1.00/1.00 vMB 27
606,211 606,211 0000000000000000000aea5de9e6bfe679dc1dfd04588aed76b07366121b5c48 2,975 1.00/1.00 vMB 33
606,210 606,210 00000000000000000004669f8082b56686b42523e58b1a8ce3f14830f38f5148 3,398 1.00/1.00 vMB 25
606,209 606,209 0000000000000000000f9a50ff7caccbcd58ad310a949c6183cfcea20eb47041 2,277 0.78/1.00 vMB 19
606,208 606,208 0000000000000000000e560c1c44fb6bfc1cf27a128288cea6921bba26744e3f 2,908 0.84/1.00 vMB 5
606,207 606,207 000000000000000000086cb8a7884702117678bed08d0b17ab7149b7bab85980 3,534 1.00/1.00 vMB 24
606,206 606,206 00000000000000000011898698121d9b80c7665291c708c632be764a3998b8ed 3,572 1.00/1.00 vMB 20
606,205 606,205 00000000000000000007f349ecd4711e4aa9baa1f0ef16b21c5ea294c1f67412 3,269 1.00/1.00 vMB 35
606,204 606,204 00000000000000000002e58804370e5142b711f450f1e915fecf8b49413af113 1,907 0.55/1.00 vMB 21
606,203 606,203 0000000000000000000836f0274ae1923cd6af35ab6f9fb33ec5b48b67d4235e 228 0.06/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.