Loading Tool

Explorer IconExplorer

Memory Pool

74,429 transactions
28.26 vMB
0.07198821 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt adc7af674577d5a9897a94493a4cdbbba44315907a5917629f31d7a4a327579c
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root d9a8e775d9912216deef61f2caf690d0a3f0a1cd3b739c5ad4788ac55ae29e2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,171
Size: 1.00 vMB
Total Fees: 0.01098579 BTC
Feerates: 150.77 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (350,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,933 564,933 0000000000000000001460374626c13214e6e49c0aca9b30021559b6672457d5 1,272 0.38/1.00 vMB 16
564,932 564,932 00000000000000000025d1db23963f401ac5b87b4071a538035cda21d2af80e4 1,471 0.76/1.00 vMB 9
564,931 564,931 0000000000000000000ffd8588860703abe8864e89c8408430264eea22df3348 2,040 1.00/1.00 vMB 7
564,930 564,930 0000000000000000000467c41d13f18934634573faa7be967dcbcd366f6bc63b 2,050 1.00/1.00 vMB 9
564,929 564,929 0000000000000000002b08943627dad0387880a14457e682a07d2b8ee49676d2 2,780 1.00/1.00 vMB 14
564,928 564,928 00000000000000000021047526c065745de75af6dcd473556dced2bcedd4ca71 3,047 1.00/1.00 vMB 9
564,927 564,927 0000000000000000001da2b78f457c7202006e42461a0ab63e5cfbb9dd4d76f0 2,662 1.00/1.00 vMB 25
564,926 564,926 0000000000000000001180161bf049e3e6427f045a7aa5fdf7df7df3c37d7bd8 2,696 1.00/1.00 vMB 24
564,925 564,925 000000000000000000212652c447570aa93e99e2b8136832d71cb7f9f45961d4 2,111 1.00/1.00 vMB 26
564,924 564,924 0000000000000000000c5d25bd90c164a845ad2aafa4780353987e5358f879e2 2,348 1.00/1.00 vMB 11
564,923 564,923 000000000000000000261b2ab21177f1bfa3d29a30335472a9248cac2e62fed5 2,784 1.00/1.00 vMB 15
564,922 564,922 000000000000000000018e5009025b04bc9e1e070e427f8faa34f4de72efc98e 2,865 1.00/1.00 vMB 17
564,921 564,921 000000000000000000285ac3bbca9cbe1731afa34dfde119b9c2d1a528775da3 2,509 1.00/1.00 vMB 25
564,920 564,920 0000000000000000001a29a74add944a6ff0e4b6b1ebc824e242709c58dd937a 2,949 1.00/1.00 vMB 36
564,919 564,919 0000000000000000000530242c6eab889e77ddbf49ece94dbac9397710dd85f3 2,587 1.00/1.00 vMB 27
564,918 564,918 00000000000000000028c753d38423238576da1ced874c87303ce9be891ffadb 3,092 1.00/1.00 vMB 28
564,917 564,917 00000000000000000013c27556cb81a07ed6d7d87531b9665669002dc0fe6cb4 3,222 1.00/1.00 vMB 40
564,916 564,916 0000000000000000000af8eb9a4c11e12863b2ed3101b45b5913633a72154342 3,506 1.00/1.00 vMB 34
564,915 564,915 00000000000000000028dd360b6fa0aa840b7805398d3e28534cc0af7005d803 3,061 1.00/1.00 vMB 41
564,914 564,914 00000000000000000021316012c8cf5833dde05811a31b4a2d4ceb5e781a0f27 1,655 1.00/1.00 vMB 24
564,913 564,913 0000000000000000001b2d09b4316b445ede7d3d0a2d387621563e96a84bd28c 2,707 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.82 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: 711.21 GB
    • Received: 17.10 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.