Loading Tool

Explorer IconExplorer

Memory Pool

77,998 transactions
29.07 vMB
0.07053677 BTC
Random Selection Loading Transactions
Max Size: 174.05/200 MB

Candidate Block

Mining Attempt 471aa08b2df8764019e5c66a54bcb8dfd30b77504682257c7149015138c232b5
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root e7f950cc944b63dd8e1709c76694e971dc12294b9ce2a26b23b29c33e2849c4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,270
Size: 1.00 vMB
Total Fees: 0.01172989 BTC
Feerates: 73.20 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (246,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,948 668,948 000000000000000000087a6f41eabef3d3d0795b900b0d4a552dd6c6e3fbe05f 2,157 1.00/1.00 vMB 119
668,947 668,947 000000000000000000084b91c9f7f2a281cac55329d627c87792aa8b57fdf72f 2,007 1.00/1.00 vMB 122
668,946 668,946 0000000000000000000d2bd95bdba50f696e3aa6e19b55a0802a96276d06ace7 2,623 1.00/1.00 vMB 141
668,945 668,945 00000000000000000008fa308c94179d3b6c4d4501cde114d14b33593bbeae59 2,750 1.00/1.00 vMB 143
668,944 668,944 00000000000000000001d15fabbabb4e8d5e9cc90d5359f2897cf4b05e683b37 2,950 1.00/1.00 vMB 123
668,943 668,943 00000000000000000006b67a56f247bfaddb12e03f5070a32598d85c3bb9356b 3,298 1.00/1.00 vMB 128
668,942 668,942 00000000000000000003faa6a2954bcaa29877681a2706eada2ca909c9082327 3,406 1.00/1.00 vMB 120
668,941 668,941 00000000000000000009ca48bcf53d6dcabfa8d9d85d7e9c40a4aa5c711589da 2,935 1.00/1.00 vMB 122
668,940 668,940 0000000000000000000d18652d38f2dd06e385e739138d7aa9c18828d9a2613e 2,256 1.00/1.00 vMB 112
668,939 668,939 000000000000000000012ec236fa76cc96b78ea20ebd67c0f69c81b4fdfd8f01 3,174 1.00/1.00 vMB 148
668,938 668,938 0000000000000000000b19b1dee98c9bd78adcf88d4444ac6b6fc4295bc1bae1 3,100 1.00/1.00 vMB 146
668,937 668,937 000000000000000000045d73726b2661c935f7387cd25fa73f931806d480a3ee 2,516 1.00/1.00 vMB 136
668,936 668,936 000000000000000000084188303916c02f2aa2b7b9133ec94e5f0dafaeea46f6 3,561 1.00/1.00 vMB 150
668,935 668,935 00000000000000000006d92fbcfe5130a74497f4f23e566ae81dbc3dd7d9959b 2,375 1.00/1.00 vMB 129
668,934 668,934 0000000000000000000b71600dd7b24f8cd9bacd2024531d250af2ee74f341c1 2,976 1.00/1.00 vMB 115
668,933 668,933 00000000000000000000d2961ec585aa8dbd8a9bf381e5647bf9dd0fd0590cca 2,640 1.00/1.00 vMB 102
668,932 668,932 0000000000000000000612e531b3bc72118340cea221acbce2cdc11d5583f180 2,293 1.00/1.00 vMB 121
668,931 668,931 00000000000000000003d63f7e3625d1c3c30dac77723530022b3e125d9db7ff 2,864 1.00/1.00 vMB 137
668,930 668,930 00000000000000000006b5d831c8db1f82c265113c849a49920c26c169174712 1,105 1.00/1.00 vMB 76
668,929 668,929 0000000000000000000c4927f465f2b429e1818190b062de9f029707146be842 1,526 1.00/1.00 vMB 59
668,928 668,928 0000000000000000000af2d66b0f3498c21ce65f53b8f85d513b928e2994555d 1,970 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.