Loading Tool

Explorer IconExplorer

Memory Pool

27,136 transactions
25.42 vMB
0.06119965 BTC
Random Selection Loading Transactions
Max Size: 138.83/200 MB

Candidate Block

Mining Attempt 7f0658dcee0d94af6221552f17baff3e27ec27d80c85c2eed25cc3beb9a65591
Version 20000000
Previous Block 00000000000000000001a9fa97fbbc30639ec314a6e7913fe65346cfc2969d0d
Merkle Root bc6500a5821ef8f6c40fdac33ef5c78acf90442171553b38f79e9d068feaa514
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.03183665 BTC
Feerates: 1,007.55 > 3.19 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,057 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,057 941,057 00000000000000000001a9fa97fbbc30639ec314a6e7913fe65346cfc2969d0d 1,408 1.00/1.00 vMB 1 ago
941,056 941,056 00000000000000000000df75e5070fa6c73d8a5f37203c8b306543f424bc7d72 3,441 1.00/1.00 vMB 5 ago
941,055 941,055 00000000000000000001b92d241cd5d593a2b3b1e8cb324c5e7f84dae1475770 1,617 1.00/1.00 vMB 0 ago
941,054 941,054 000000000000000000010c9260b118ab78d73f7979ef51fb1d7fc3c45a04d3ac 3,859 1.00/1.00 vMB 2 ago
941,053 941,053 00000000000000000001402f1448e3dd34f2eb356f345c7b7d440528dd7aeb0b 1,787 1.00/1.00 vMB 0 ago
941,052 941,052 000000000000000000002a7a785dda632d85a062070168004286690a0d564952 4,594 1.00/1.00 vMB 1
941,051 941,051 000000000000000000001789643bcdffa74b8e398c622e66145c95dd73535ca4 2,873 1.00/1.00 vMB 1
941,050 941,050 00000000000000000001c8233ed07faf207e972094d117c05356789533b4a4df 3,493 1.00/1.00 vMB 2
941,049 941,049 0000000000000000000166902f34bde93b7bd2bbb44f0d9b73ef9349c71ed586 3,890 1.00/1.00 vMB 5
941,048 941,048 00000000000000000001c7a06ced363eb97e54713cffd89a75e82488157c5aee 2,925 1.00/1.00 vMB 2
941,047 941,047 000000000000000000007f7db35fee86973da6c4f88698edcdce3010166024a7 2,989 1.00/1.00 vMB 2
941,046 941,046 00000000000000000000bc039a8b96dd0ada6cfa80ae48ab622de6468f021dae 2,289 1.00/1.00 vMB 0
941,045 941,045 000000000000000000011c93301ee66931f5d6851887f45092d26a2a78698a7d 3,018 1.00/1.00 vMB 2
941,044 941,044 000000000000000000013a2c4a381a6d6805132e83ff3aba3b3c1a7dfd815128 989 1.00/1.00 vMB 0
941,043 941,043 00000000000000000000da14b2d83669f87d4515523d7a0ba3610df62c1ac5bb 1,118 0.43/1.00 vMB 2
941,042 941,042 00000000000000000001e1f0375823cf37ed92f5e131ac8c9e383e8557889f7a 2,176 1.00/1.00 vMB 0
941,041 941,041 000000000000000000007647036369a4227ed0b56720f691f162eda6def42d43 2,564 0.85/1.00 vMB 2
941,040 941,040 000000000000000000012f657739228fd55a9651100af9d741f34e6d63fb18ca 3,403 1.00/1.00 vMB 1
941,039 941,039 0000000000000000000113f7c7494a3c6ba34cc088f5292f415c578b57912e32 4,867 1.00/1.00 vMB 0
941,038 941,038 000000000000000000003a0cee624038af71dc0e547c601f6a96107af7baf4cf 2,381 1.00/1.00 vMB 2
941,037 941,037 00000000000000000001e918c189ad8bf57712808a7271c94180a7a487e341f4 4,346 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.66 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: 4,608.77 GB
    • Received: 248.38 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.