Loading Tool

Explorer IconExplorer

Memory Pool

15,876 transactions
11.49 vMB
0.05389756 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.35/200 MB

Candidate Block

Mining Attempt 5f3e526389be918f75d333df126bc5ad7eea17a146a10f0a9374b7847f25d308
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root b108685847b6c0180acfc39fed11abef6d0cfbaf95d735ccf8311446f3eb8582
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 0.9979495 1.00 vMB
Total Fees: 0.02800143 BTC
Feerates: 151.12 > 2.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (764,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,635 149,635 000000000000052023e1a80c5df2ffd68e2d28cb32a90d475d86a0eea6f80498 51 0.03/1.00 vMB 64
149,634 149,634 000000000000003eca9a6d353e02cd612b7b02add9c9d7867a485097100114d9 116 0.05/1.00 vMB 167
149,633 149,633 000000000000004cbcdaf5af65bf32b7201e7665a73c80bb5a59992b871a66e6 91 0.03/1.00 vMB 62
149,632 149,632 00000000000006fd969a4baff490ad4d063facfae4eb13bfae31aa5bfb4aa3a5 87 0.04/1.00 vMB 113
149,631 149,631 00000000000005106836ccd36fbd39c9a4deb3820ca975c0ea1c507c888a6992 39 0.05/1.00 vMB 44
149,630 149,630 000000000000065b255402df8aac79b1372601a24f696996578e3cdf69ded225 112 0.04/1.00 vMB 10
149,629 149,629 00000000000006af6d070f5d1989bbba9ff3de62c4edf202bf09808e2998bba1 126 0.06/1.00 vMB 147
149,628 149,628 00000000000002095772a47c25e754f133df6b81d4614d2eb96210d750a8d1fe 18 0.01/1.00 vMB 218
149,627 149,627 000000000000014f5e87c05ef361e43651f1dbae8d5c32d0853c797bd02920bd 30 0.02/1.00 vMB 222
149,626 149,626 00000000000007055326bd44ada019affc2a30868ccbb07ee1c8f615b232dc2a 96 0.04/1.00 vMB 122
149,625 149,625 0000000000000643f98094b4425442bc7809b0c187334d9fc1963b0fdc603b94 1 0.00/1.00 vMB 0
149,624 149,624 0000000000000230b27eb0ae4f803f896889c3d83574082b8938e399ee35dd73 30 0.01/1.00 vMB 121
149,623 149,623 000000000000062442d53f8df8d56b930729040c487a58af0c7ca7c8dc41c6e8 16 0.01/1.00 vMB 17
149,622 149,622 00000000000002e1bec744d1045493ffd984730f9ded7ad05c236c4340f27f88 54 0.03/1.00 vMB 209
149,621 149,621 0000000000000aa5af68dd18fcee708b1785559e2d17101b9d013e18a881af0c 81 0.04/1.00 vMB 114
149,620 149,620 00000000000005fb6ad309375e77402c24f6724936dbfbf8998b0cf4e9f4e0d0 5 0.00/1.00 vMB 20
149,619 149,619 0000000000000a40f597e1798b7ba4bd0587c03285079e4ecf306dee41b5f9d3 29 0.03/1.00 vMB 26
149,618 149,618 00000000000009a0a35ae3b9922892706dcc58d34c1526edaa3d67c089dd70ae 96 0.04/1.00 vMB 96
149,617 149,617 00000000000009dedbbf97686a4b1c8fc3ddad8e221936795946695fef734c24 52 0.02/1.00 vMB 150
149,616 149,616 0000000000000627116c49cb4f111031cec030c95de9e7ac4be9e0a2287a9758 12 0.00/1.00 vMB 55
149,615 149,615 00000000000000f1ce66b3c51750238e1de65fa1b345126249538f9d694b6e65 25 0.01/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 780.29 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: 517.21 GB
    • Received: 4.51 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.