Loading Tool

Explorer IconExplorer

Memory Pool

18,782 transactions
8.65 vMB
0.07053763 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.08/200 MB

Candidate Block

Mining Attempt 6a3205a95bf3e444729404042f3957fdc7d7d2facc511c5082da2186235f1e85
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root 9657f1e68896fe9cd081ef5f41aaef6ea112f55047ec98ba76771153b5bdf020
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,812
Size: 1.00 vMB
Total Fees: 0.05184502 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (743,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,020 170,020 0000000000000559b465dbc8cb3c6fc3b87d54f2f5dfc9be969de99de1ffdd75 78 0.03 vMB 165
170,019 170,019 0000000000000218a0d21f4018eeaa01f1c86a6736baf2db1abe285ddc85804f 49 0.02 vMB 89
170,018 170,018 00000000000007dd4a953ee99bda088c6d4977ff31401ab42eb84e1cff08346a 18 0.01 vMB 513
170,017 170,017 00000000000000336c5bc12e77761a4f083512db82494f6cf955d546084ca4ba 12 0.01 vMB 28
170,016 170,016 000000000000014bea614be25328e49f782a07cda4174cbc1f24d5c8241cd426 39 0.03 vMB 232
170,015 170,015 0000000000000404632efaccacf28d9a72157558055436b1c415671288246ad8 78 0.02 vMB 9
170,014 170,014 00000000000005965d72d3e1e877f88c6cd72bf830ac367b95ec58b93616164b 60 0.03 vMB 67
170,013 170,013 000000000000059d65cd456b0bc7472cfee70c05123a7467f8278b279080081f 37 0.02 vMB 98
170,012 170,012 00000000000001094dee6907ea3ea90584306c6e01e5e336f9f4726c7f5d758f 68 0.03 vMB 107
170,011 170,011 0000000000000ac3761ad8d6d715d816eeb6cbe41032d0a9770560248a79f98c 55 0.04 vMB 82
170,010 170,010 00000000000004b116bd7def019fd8e449ca943bc30fdf59454b524ed631f671 1 0.00 vMB 0
170,009 170,009 0000000000000029bfd1b63d9995047b182911fe8aee6e7a583f7448d2bbc0f5 1 0.00 vMB 0
170,008 170,008 000000000000066549b23a5d287dce5aab5a29671cf753062fa5699dfd5cbbe0 12 0.01 vMB 75
170,007 170,007 000000000000025069784ca259d3b29959463b9b5903d87c7a29997b59c646b9 11 0.01 vMB 92
170,006 170,006 00000000000006e71440beccc8f412c6be69e14bb81d845192d9dd260830ccc3 82 0.02 vMB 51
170,005 170,005 0000000000000829900e2bf59b7643a35737c650beccf64e912b38648a65544d 44 0.02 vMB 23
170,004 170,004 000000000000062bb92d9ee5e68d6316321e68bf8a1ee6813fb1066a5c56abe2 96 0.05 vMB 259
170,003 170,003 00000000000007086d4281f1f3dec7d236ada2577af7356980a829d0ab5dcf6c 1 0.00 vMB 0
170,002 170,002 000000000000008451da75899bcd96eaf0019d9827c5da6ce42922485ff358c3 51 0.04 vMB 570
170,001 170,001 000000000000074cb2c7d9585396b1f64b7e2c6bdb33e354b8e580c21238b76a 4 0.00 vMB 66
170,000 170,000 000000000000051f68f43e9d455e72d9c4e4ce52e8a00c5e24c07340632405cb 27 0.01 vMB 355
Previous 10 blocks ↓
Total Size: 779.54 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: 245.36 GB
    • Received: 0.93 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.