Loading Tool

Explorer IconExplorer

Memory Pool

49,019 transactions
28.32 vMB
0.08148228 BTC
Random Selection Loading Transactions
Max Size: 151.28/200 MB

Candidate Block

Mining Attempt 110cdfeecafcffb10467d3e72d8e15b3ec03857ff8212533fdd88eaf4b7d8d11
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 8b35d85374b1f78616d6f87c1af8d9098cbc478e4d8b8f0432bbaff6485e0aaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.02744609 BTC
Feerates: 500.45 > 2.75 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (286,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,052 628,052 00000000000000000002f546ea174c420da4fa992183309d4b539a52af353116 1,102 1.00/1.00 vMB 2
628,051 628,051 0000000000000000000ef9d36705d3c89b54545d02c5e32cd209ad956776390a 2,511 1.00/1.00 vMB 16
628,050 628,050 0000000000000000000d1e0dc0824d0f099ee0be599a84a5fe44fe342b08b07f 3,003 1.00/1.00 vMB 27
628,049 628,049 000000000000000000088df646d5deea7706fbf5afc7de0f43ca0cf6bbeb71ca 2,172 1.00/1.00 vMB 4
628,048 628,048 00000000000000000000feb361d2eeaa20cd4b28c7cf706c37caef9048e7d029 2,725 1.00/1.00 vMB 22
628,047 628,047 000000000000000000086608da84dc4acb28f89b48be12d39c93f75686f70a5d 2,818 1.00/1.00 vMB 13
628,046 628,046 0000000000000000000fc27e306539475796051a7645d4aab0e21f3e0f3bdc73 1,824 1.00/1.00 vMB 22
628,045 628,045 00000000000000000006cebf5b9bc6facfe4951cbe2d2fd86578c08b457da455 2,644 1.00/1.00 vMB 35
628,044 628,044 0000000000000000000e4f71e22e7d6ebcfd3458b4d2cfc0468c33e07881fc45 3,005 1.00/1.00 vMB 18
628,043 628,043 0000000000000000000c7920852c50d201316c1c891aa96e1acd21f27c606a2f 2,929 1.00/1.00 vMB 26
628,042 628,042 0000000000000000000270076b509fb4f16f01218a07941cec6f9070d888b46d 2,900 1.00/1.00 vMB 16
628,041 628,041 0000000000000000001032ad013b1bd2abe2af01076f20cf974c5d3cd0600e83 2,672 1.00/1.00 vMB 27
628,040 628,040 000000000000000000082f5c0a1c568bb5275bcb4ac718dbc02320d43b4253ea 2,521 1.00/1.00 vMB 15
628,039 628,039 000000000000000000074cadaaf1c9cdece0218f6f3a67ea1d23a72fea616e24 2,740 1.00/1.00 vMB 22
628,038 628,038 0000000000000000000b87374a0dff36da91e5621335aeee14aab5e0790ac4c9 2,642 1.00/1.00 vMB 33
628,037 628,037 0000000000000000000668669ea05c8214686e380a61f71cceea807f7b4af8d8 3,050 1.00/1.00 vMB 31
628,036 628,036 000000000000000000001c8cbcbddbd65f76948cdcc8a3fd76c4ac9795fcec37 1,426 0.49/1.00 vMB 20
628,035 628,035 000000000000000000057b379a219282b143a5cda707ae364da2859c0f2cafa4 1,903 0.88/1.00 vMB 12
628,034 628,034 0000000000000000000b5a63d56d158ca8eebbdd8d4eb4f5c442ee8439268fc0 2,840 1.00/1.00 vMB 8
628,033 628,033 00000000000000000006fefdb8d8a3dd3463d3f4829b38623efcea8138c09d65 2,623 1.00/1.00 vMB 19
628,032 628,032 0000000000000000000600136db408c2afc2878a17769eb857f4e5ee78e5cacd 2,783 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.