Loading Tool

Explorer IconExplorer

Memory Pool

89,182 transactions
33.67 vMB
0.14730216 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt 74b40c7a20a29310fa2e672169a309628197db43d63ca2f14cfd28a15ab78120
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root a37d0aa8e13b935f5877c252e493311d9405d67784a5cbbfef80f9b4b1d3c55e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,577
Size: 1.00 vMB
Total Fees: 0.05998280 BTC
Feerates: 469.97 > 6.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (336,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,709 578,709 000000000000000000201353d5b952a45dd3a230bd157f90983cdafe2c10ed9d 3,088 1.00/1.00 vMB 200
578,708 578,708 0000000000000000001cde01d2e418572b8af1d8775004a0b2921d8d55ceb77a 2,923 1.00/1.00 vMB 190
578,707 578,707 0000000000000000000873bef0b3b2d5385e2b53ea9c6dc33312031d491670bb 2,262 1.00/1.00 vMB 148
578,706 578,706 0000000000000000001d847c3b10700929923b2bc2d1e07dcf53cad46b191192 2,401 1.00/1.00 vMB 164
578,705 578,705 00000000000000000008cf39dd90523afd87a920443197b8e7189a409a126d2f 2,366 1.00/1.00 vMB 176
578,704 578,704 00000000000000000019e83e685d5d22f9d6d2b08cb0805cbca878cfcc4b9a1b 3,204 1.00/1.00 vMB 218
578,703 578,703 0000000000000000001006fbc9e9f64695d8066d191926f96bcd41839bf277b3 2,359 1.00/1.00 vMB 152
578,702 578,702 000000000000000000242310c5388cc708a79bb0e161a6ba048d92dcc814f9a3 3,040 1.00/1.00 vMB 191
578,701 578,701 000000000000000000027b16b39b052e83c006e428159d9ee4ea1f7f73f23a0a 3,074 1.00/1.00 vMB 225
578,700 578,700 0000000000000000001feed8b54d79f5190069562e37f4958bd89ecbfd693847 2,820 1.00/1.00 vMB 177
578,699 578,699 000000000000000000038b2ebb252966f1071d624c8a1abd1df7e3cccc023aa8 2,890 1.00/1.00 vMB 192
578,698 578,698 00000000000000000020d594f305c69c51b41854abfc52412600bb59d77ce8d9 3,266 1.00/1.00 vMB 226
578,697 578,697 0000000000000000000a86a0d97939e8928730c4e60036c64a570eac948b44b5 2,667 1.00/1.00 vMB 193
578,696 578,696 000000000000000000152dba2af139ee3f8d50ccab98639d693f9fa04369c15e 2,651 1.00/1.00 vMB 177
578,695 578,695 0000000000000000000e00280c4d15cebd18eef610e5c96d7743ad0d646b1cdb 2,632 1.00/1.00 vMB 178
578,694 578,694 0000000000000000001325a3f7fb4793c51b57214c52c4d76f6ae4e78b6772a2 2,992 1.00/1.00 vMB 198
578,693 578,693 00000000000000000002322d95ea753a1c4e449f0e97e4595c45ed7629930705 2,680 1.00/1.00 vMB 208
578,692 578,692 00000000000000000016d22b7c1343f625dbbf14330c9d753f43c1c91594300d 3,045 1.00/1.00 vMB 232
578,691 578,691 000000000000000000016d4bd18645ab3273de6776ea90df1a47f2fcd8fe9dfc 3,258 1.00/1.00 vMB 231
578,690 578,690 00000000000000000006e7101a55d4bc50a1946efc38c034bcd15bdd5a4debed 2,569 1.00/1.00 vMB 189
578,689 578,689 00000000000000000005684a7c77258af360365dd5c013888ff1dd748a29f051 2,003 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.30 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: 658.08 GB
    • Received: 14.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.