Loading Tool

Explorer IconExplorer

Memory Pool

80,936 transactions
30.41 vMB
0.08849500 BTC
Random Selection Loading Transactions
Max Size: 183.08/200 MB

Candidate Block

Mining Attempt fe818956bd6969152cd8a7533f2ef1be3da1d1fe627d0b28b4fd02e001fd73e2
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root cead3c06f0df906e2bd0e98f7b892ef1a1c220c37ee86d93595cb0cc5f4f6825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,624
Size: 1.00 vMB
Total Fees: 0.02325799 BTC
Feerates: 163.06 > 2.33 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (335,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,089 580,089 00000000000000000003bcc8bb1bb8069aacc30a52685c864364e559b6ea335c 2,006 1.00/1.00 vMB 33
580,088 580,088 00000000000000000016951295b7652220e83ea3b09e2ecaeabd726420cf4e8e 1,802 1.00/1.00 vMB 8
580,087 580,087 0000000000000000000ec02491dcf56ab9c75ee43a07b3d69325b4d04c05918d 1,911 1.00/1.00 vMB 15
580,086 580,086 00000000000000000010ead4dd4d8b19de03c44968bc4e061c0bc259f4c5a0e2 2,663 1.00/1.00 vMB 42
580,085 580,085 00000000000000000014a9651327b7120fca17216e9e51a075b8db8b75af7528 2,755 1.00/1.00 vMB 95
580,084 580,084 0000000000000000001258f611e641d670f4e1a2529d9681fb06b053bf320192 2,593 1.00/1.00 vMB 36
580,083 580,083 0000000000000000001e693c35a480daa93a3a2b0dfbe1968eb48cdcb8ce6648 1,943 1.00/1.00 vMB 63
580,082 580,082 000000000000000000140ba0745025533cd8cdfd3196bce4a9badbabda0e8eca 2,532 1.00/1.00 vMB 100
580,081 580,081 0000000000000000001a33d54364694aab59fed4fe008b613d7c3e1c2dd1566e 2,468 1.00/1.00 vMB 72
580,080 580,080 00000000000000000011aeae21002a543dc80237307f70d14d322a7c2c8c6f90 2,605 1.00/1.00 vMB 92
580,079 580,079 00000000000000000015534865930e328e9360e80bef04e28b0b5e7efb343867 2,971 1.00/1.00 vMB 109
580,078 580,078 00000000000000000022d302991cc6e28aaf50ebf429b20ef2753c10d88e8d67 2,142 1.00/1.00 vMB 118
580,077 580,077 0000000000000000001b3de616bc41129e740a57d64f0dda8b91408345ea6c23 2,070 1.00/1.00 vMB 63
580,076 580,076 000000000000000000116af7ba0b7b4e8af9ff48609f7d32691ab4ad90de0fc2 2,548 1.00/1.00 vMB 35
580,075 580,075 00000000000000000000374132fa2182d9c4ec85647146f3632156e6bdd3f9a5 2,615 1.00/1.00 vMB 85
580,074 580,074 0000000000000000001b4644b57c51e51e97c476bf3527dfc7322be9379524e4 1,818 1.00/1.00 vMB 61
580,073 580,073 000000000000000000164ff62ae105614b7be221b22826586b1b8f7044f7c0f6 2,339 1.00/1.00 vMB 109
580,072 580,072 000000000000000000017895aecdb28ae836b15c8d55d0d4d750cd5eb1a5fa39 967 1.00/1.00 vMB 21
580,071 580,071 0000000000000000001dae195d443c1be4250561b3656052651aa5273ab77924 2,544 1.00/1.00 vMB 97
580,070 580,070 00000000000000000001463547cf00e421b103980019e6ed93112148e706c498 2,071 1.00/1.00 vMB 11
580,069 580,069 00000000000000000006a2b2656c473676aba7be7f087e5f67b067fd29802674 1,420 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.69 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: 691.95 GB
    • Received: 16.50 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.