Loading Tool

Explorer IconExplorer

Memory Pool

39,596 transactions
28.66 vMB
0.07585341 BTC
Random Selection Loading Transactions
Max Size: 145.61/200 MB

Candidate Block

Mining Attempt 69e2ad96f10d3aea07f2e10bdbc52a2901d3fd1f15bfbabeb728a19cd03d3ee7
Version 20000000
Previous Block 000000000000000000008c63f333c2759a97068a8205bd4bdb576a11858f7db9
Merkle Root aba485452ffbbf8a0b5c76109402d59b5fdfb81b3a0c8a45d22b367bf9b67175
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.02039945 BTC
Feerates: 115.11 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,608 (486,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,011 428,011 000000000000000002bbb9f689c3ddeaa433c0a63016c8547343f43180bd6bd4 169 0.08/1.00 vMB 58
428,010 428,010 00000000000000000170f0c00d735f8d2bde525360e15a259db138861a3782c2 592 0.29/1.00 vMB 51
428,009 428,009 00000000000000000111a8463995c84840cfadb5f26675c263139a85e932672f 2,701 1.00/1.00 vMB 62
428,008 428,008 0000000000000000002918273d218e34634a1de4da214e1093db354bd3a70cc9 1,401 1.00/1.00 vMB 32
428,007 428,007 000000000000000002f574c7d26ae285d78e2565c9433faee59c74724b6627e9 528 0.34/1.00 vMB 57
428,006 428,006 00000000000000000409834de91a3ebb1e6b6a70e377ec11c828b44c863ef2da 1,023 0.46/1.00 vMB 46
428,005 428,005 0000000000000000033883c777adf6bfa2f927749851c781ef487dd1b0a2096e 1 0.00/1.00 vMB 0
428,004 428,004 00000000000000000344a4dbc2f709f18abd0734d74c99c979ea3f39a14f6003 2,637 1.00/1.00 vMB 65
428,003 428,003 000000000000000001d22ce02f8a85d257a17585950cf98a857e68e92bf53be5 1,271 0.63/1.00 vMB 57
428,002 428,002 00000000000000000390b926b94184f082b5a4f87e02f1cee41824af5658174c 437 0.24/1.00 vMB 50
428,001 428,001 000000000000000003aa95c3d54cc1cdf76bff3b7c7f3accac68025261d95b53 2,160 1.00/1.00 vMB 49
428,000 428,000 00000000000000000430eb68727244caf2a95c75b1ccfafcd6e65d92c65dce3c 2,967 1.00/1.00 vMB 65
427,999 427,999 0000000000000000021d9d770360ca6856b009867891c555aa9cbb14c6aa49b5 2,966 1.00/1.00 vMB 68
427,998 427,998 000000000000000001a5905a6b03045676f1c0cd0d02d1fa2417fb1e209208e6 2,439 1.00/1.00 vMB 56
427,997 427,997 000000000000000004358889e178b5612a048398d1c9880e1ef8d653bdd71984 337 0.99/1.00 vMB 7
427,996 427,996 0000000000000000002be4d17c58a73c471a0592092a1b7dd64520f0a8e76fd1 1,922 1.00/1.00 vMB 44
427,995 427,995 000000000000000001ed5f237e9a718b50c946d46cf27c29549480e26636bd6b 925 0.98/1.00 vMB 28
427,994 427,994 00000000000000000056ce7db45c93d58966f37401b050eb3582cafea1cc4937 1,201 0.46/1.00 vMB 60
427,993 427,993 0000000000000000031bccbcc5803d6bb7caf2bc3474d44862b0d8259eddc9d2 31 0.01/1.00 vMB 70
427,992 427,992 0000000000000000002ee1786a3acade89428d21a804b7c780d3ae32edff0e91 2,282 1.00/1.00 vMB 54
427,991 427,991 0000000000000000032907b9a0a06cc9aa75837ed9eca690190250e83c3fbdd8 1,077 0.45/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.93 GB
    • Received: 11.85 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.