Loading Tool

Explorer IconExplorer

Memory Pool

79,430 transactions
29.93 vMB
0.08398471 BTC
Random Selection Loading Transactions
Max Size: 180.38/200 MB

Candidate Block

Mining Attempt 9c39e8dd2708ab898e038058c6d6574992b6914d05f32ec40fc1530f3efce559
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 896b174a37341628be4f1cfcfe8ccd60a7ad9bd79938555a673fbee4fa1c4710
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.01558122 BTC
Feerates: 40.21 > 1.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (408,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,089 507,089 0000000000000000000e0e3c4d22cd0c488921f921621a79039f8f07a4f2d7d7 2,282 1.00/1.00 vMB 251
507,088 507,088 0000000000000000005d6b64c157cb6879edf8d5a19dc1fe96ebb2a37a4d24a1 1,106 1.00/1.00 vMB 182
507,087 507,087 0000000000000000003683717e0442ec2f836834106636b17b780c57b0764b8a 1,477 1.00/1.00 vMB 140
507,086 507,086 00000000000000000001ad9e082d72b592e909231b4b6341637b71b3a28015e7 957 1.00/1.00 vMB 127
507,085 507,085 0000000000000000004f47ae42330c584562e05a7d3521c62c43dc5a1b91c6c9 1,692 1.00/1.00 vMB 183
507,084 507,084 0000000000000000003499be13766404995184368e14174120ef76e231df88a1 1,384 1.00/1.00 vMB 140
507,083 507,083 00000000000000000057ab5393199ca3daad9c09d4123c92a5ef79a603567937 1,813 1.00/1.00 vMB 249
507,082 507,082 0000000000000000005f45c088c9023e9760da462b57b4db74416741e9827d0b 1,494 1.00/1.00 vMB 144
507,081 507,081 0000000000000000002fac4413fd2045e84cba2feafc9b7a029d49ecf9c4684d 2,235 1.00/1.00 vMB 183
507,080 507,080 000000000000000000064ecdb6fa7d8a213234d8c3bfa21692459e85d30cddf2 1,747 1.00/1.00 vMB 177
507,079 507,079 00000000000000000025d9acb153e9901cdd7152cc7add01515d60b6971cceec 789 1.00/1.00 vMB 9
507,078 507,078 0000000000000000005033ca81b05cfaff69120c610d402d0d1d37ca2e808ef6 1,384 1.00/1.00 vMB 99
507,077 507,077 00000000000000000048b69497502ac7e42f720a8fa1867711fc9410f7976807 1,458 1.00/1.00 vMB 89
507,076 507,076 0000000000000000001501f0c017e0f881f3da136fa0654748bf47393676224f 1,806 1.00/1.00 vMB 141
507,075 507,075 0000000000000000002309792aae0e820efce0040a08d61b902c810ae62cf4ef 589 1.00/1.00 vMB 160
507,074 507,074 0000000000000000002c5883f5bbd7c324548cf6f421469b27ec378736ef9bc5 927 1.00/1.00 vMB 173
507,073 507,073 0000000000000000004a834009ac825f7bd872e8af5e90947b56fcc7c754ec36 1,383 1.00/1.00 vMB 179
507,072 507,072 0000000000000000002cd4b8f36bd5c537c478746e676738d1fa1fd1e7abe75a 1,650 1.00/1.00 vMB 146
507,071 507,071 000000000000000000659d39876cad4e8d2e2bbab2a258a7183a6d48cfe0f355 1,957 1.00/1.00 vMB 145
507,070 507,070 0000000000000000000561c7a0345ca1e7f9a1fcd19d6fc121d6638c12c3e296 1,457 1.00/1.00 vMB 100
507,069 507,069 00000000000000000033fe5aa9262327f5f4b4a1ee19731f1db8e02e5a620d65 978 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.