Loading Tool

Explorer IconExplorer

Memory Pool

83,081 transactions
30.84 vMB
0.08955686 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 0b845436ee758d817d7968d94c36f935811f332fb5f8144a96f3fb8df0574468
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 1121d50dae3c8c47f3ccbf51e1e5a67f4e2f17a35e96c117a0773a7db3848cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.02316071 BTC
Feerates: 114.51 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (76 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,898 914,898 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee 5,194 1.00/1.00 vMB 0
914,897 914,897 000000000000000000006541c0b8e2f386dee130dab69fd333fb79c357f33cdc 4,952 1.00/1.00 vMB 0
914,896 914,896 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70 4,079 1.00/1.00 vMB 1
914,895 914,895 000000000000000000010a3b807eaed33245d20c47bc2486d6ba8a16c067f721 2,755 1.00/1.00 vMB 2
914,894 914,894 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1 3,424 1.00/1.00 vMB 4
914,893 914,893 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc 3,312 1.00/1.00 vMB 2
914,892 914,892 000000000000000000011a6914704f140ce3a45c25f2b5b11fc35dbb8b96386c 4,182 1.00/1.00 vMB 0
914,891 914,891 0000000000000000000197c74df7791c3b1643e12e0c951fc0dc634b05a8b71d 3,495 1.00/1.00 vMB 2
914,890 914,890 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73 1,767 1.00/1.00 vMB 1
914,889 914,889 00000000000000000000872bd86dbc21d0bfba26523e519ffa828ce85b508bda 3,081 1.00/1.00 vMB 3
914,888 914,888 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493 3,407 1.00/1.00 vMB 4
914,887 914,887 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63 2,225 1.00/1.00 vMB 1
914,886 914,886 000000000000000000002b5ee8e6c82c8a10adafe46840f7b77ae5ee01698a34 2,980 1.00/1.00 vMB 4
914,885 914,885 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722 2,337 1.00/1.00 vMB 2
914,884 914,884 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa 2,859 1.00/1.00 vMB 5
914,883 914,883 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981 3,373 0.66/1.00 vMB 2
914,882 914,882 00000000000000000000cb6a23f863f75c45a5065c7ad216637f0bde10b3ffb0 2,635 1.00/1.00 vMB 6
914,881 914,881 000000000000000000017dd71b09af694cbe4e57e577f5475048e910d9c10271 2,181 1.00/1.00 vMB 8
914,880 914,880 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f 4,379 0.97/1.00 vMB 2
914,879 914,879 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f 3,243 1.00/1.00 vMB 2
914,878 914,878 0000000000000000000075e1acdeb06f9cc56f7e28129ec172029b5ba6b38c1d 3,715 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.