Loading Tool

Explorer IconExplorer

Memory Pool

32,804 transactions
25.20 vMB
0.07187846 BTC
Random Selection Loading Transactions
Max Size: 126.84/200 MB

Candidate Block

Mining Attempt 5d4bd699d462785600a51dd246eb58361578415ff20abe95d6e08662e5d49764
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 39c798d9f85ebc72c08617563c93cd9840965be550847c1f2e02f5c98cbefedd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,924
Size: 1.00 vMB
Total Fees: 0.02401253 BTC
Feerates: 100.60 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (579,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,786 334,786 00000000000000000629f11ef902b1869dc1ad42ab6f3815147e9003318a80c1 708 0.62/1.00 vMB 18
334,785 334,785 000000000000000004147cbef07b1bd3a39bbce9f62d5b76f8a14b17f855d12a 575 0.75/1.00 vMB 14
334,784 334,784 000000000000000018b9a08716819e88ad0a1b98e35c474427c331eec6d3390f 2,006 0.75/1.00 vMB 30
334,783 334,783 00000000000000000967f8e9a62143463dee18ed416fed2eb5c90d4861a1ddc1 512 0.16/1.00 vMB 49
334,782 334,782 00000000000000000ac3b0ca58b9aadcc09e3f65da15cbeeaa8dc9baae14beb7 587 0.31/1.00 vMB 23
334,781 334,781 000000000000000017583481bc8c137876bd463acc321362e02d568087e5a281 256 0.09/1.00 vMB 29
334,780 334,780 000000000000000004b529ee2fdbbef24b5172caef9376209249a2a35e7f36a8 1,194 0.93/1.00 vMB 18
334,779 334,779 0000000000000000022f3c1385408d504cc104329f3d781f0188243f61ceea1b 224 0.09/1.00 vMB 29
334,778 334,778 0000000000000000120e0cff0d58323b255d73999f5a318d2bf9f2307f4f4610 970 0.58/1.00 vMB 26
334,777 334,777 000000000000000001780b09babd49fb045624afd13172ebecffcbbf80535256 1,828 0.75/1.00 vMB 25
334,776 334,776 0000000000000000074cbfe4adeb89921893f40ef9401c6bc011f88578c5e3b0 614 0.34/1.00 vMB 25
334,775 334,775 000000000000000011cc04877547b715dea38ec21773bfb438b7ed01c7ab3647 261 0.12/1.00 vMB 24
334,774 334,774 00000000000000001333728274c611becb413ca8273f417875b40475f837dffc 183 0.13/1.00 vMB 21
334,773 334,773 00000000000000000df07f6f249d1dd9178a9cfdd16827208c9db91e288ba24e 227 0.22/1.00 vMB 15
334,772 334,772 000000000000000000331798aee952fda144c2f85a247ae534c498cdec1815b4 899 0.73/1.00 vMB 21
334,771 334,771 0000000000000000028099ea38c4ffbcce8acc219711ee155096bd12f19ebe4f 965 0.50/1.00 vMB 26
334,770 334,770 00000000000000001b8aac9a3e5bebd30b5cf0accac218f5b29784041d047b2d 224 0.12/1.00 vMB 22
334,769 334,769 0000000000000000195f2f81c6150405d7b42d579af5ada7d5f88ef45429fa31 677 0.36/1.00 vMB 26
334,768 334,768 0000000000000000013fe5704ab114ca82104e32eb0b430065bd1a50ccfc108f 558 0.33/1.00 vMB 24
334,767 334,767 000000000000000006880e169b6776ae90998b4c58bf0cda7998ae15dd454725 230 0.15/1.00 vMB 17
334,766 334,766 00000000000000000d35959b5a750330ee8ca44dbd10a48e080bb10ff3dc1fcf 211 0.27/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.87 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: 642.84 GB
    • Received: 12.56 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.