Loading Tool

Explorer IconExplorer

Memory Pool

74,811 transactions
27.76 vMB
0.07817397 BTC
Random Selection Loading Transactions
Max Size: 168.86/200 MB

Candidate Block

Mining Attempt 0a3c17c23e3a50781c693a3454be82b1e6f80b744af2169efdac2f2b2c466d65
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 1b108276899ec3c72ee42e0efbc4537e50ec88f0079a429e4ca024e2db2940a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,750
Size: 1.00 vMB
Total Fees: 0.01878985 BTC
Feerates: 402.60 > 1.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (191,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,808 723,808 000000000000000000080150a30ab14448d0eb588f5606d6c5e535d861693adc 2,939 1.00/1.00 vMB 9
723,807 723,807 000000000000000000049877ebf76728f62254a8fcb75969ffd237481ba8c647 1,854 1.00/1.00 vMB 3
723,806 723,806 00000000000000000007e4181354512d9fc4e91762138f0bb76074c85c3e62e5 1,871 1.00/1.00 vMB 8
723,805 723,805 000000000000000000095e7eca7bac3c867ed5706c9c926595b7bb22f36a098d 3,032 1.00/1.00 vMB 13
723,804 723,804 000000000000000000085cd391ea317688e4f3058c116e325ebee59c4d9e8ee5 3,095 1.00/1.00 vMB 13
723,803 723,803 00000000000000000001ac292a1e0271c05e0d128d9232785a2ec00b6835f097 3,051 1.00/1.00 vMB 10
723,802 723,802 00000000000000000001d792e42faba1578530fdba58f226455042de0e82a705 2,398 1.00/1.00 vMB 4
723,801 723,801 000000000000000000081d7bb5f4b4d4af9f29e31570ad95d00489a94355dc36 2,998 1.00/1.00 vMB 14
723,800 723,800 000000000000000000059c75e5ab79bd66a1f6a0b86b4f51f63a78fc3fcd5256 2,095 1.00/1.00 vMB 6
723,799 723,799 00000000000000000004a68f8cea91496a4ab40707aad348b5a42b23a07b6d31 2,589 1.00/1.00 vMB 5
723,798 723,798 00000000000000000009b00d94729d64ff0a7b9cef4691914dcd0deaca2b04c8 2,524 1.00/1.00 vMB 5
723,797 723,797 000000000000000000041a4976ea43969a5a21029e94f4a887e284a787eb9b3d 3,275 1.00/1.00 vMB 12
723,796 723,796 0000000000000000000554d3fa42b5e047877f19afa22dc103194bc873652c39 3,493 1.00/1.00 vMB 8
723,795 723,795 00000000000000000008c7d5b5e3ef6892c3af47d8f7da29add5f91cb09d005e 2,941 1.00/1.00 vMB 11
723,794 723,794 000000000000000000000aafb561a2e1a0f79eb7652c9ac9037cf7aa1c989cdf 2,680 1.00/1.00 vMB 19
723,793 723,793 000000000000000000080513fc761ebabb103758611d3677c638abd8247fe4f4 450 0.14/1.00 vMB 8
723,792 723,792 0000000000000000000799aca2adea33c384a80c2ba9be6f2c47e7f895e437e7 652 0.25/1.00 vMB 10
723,791 723,791 0000000000000000000601bc2454783d910ad02048ae83eb723f9d72cd64dbb4 2,464 1.00/1.00 vMB 9
723,790 723,790 000000000000000000091b2e19897293b22ac3344e6a4314a5f7b1912546c2f2 567 0.25/1.00 vMB 8
723,789 723,789 00000000000000000004bd85a6b5ab7ead9bb4b4dd41a9617729268edd5e53f3 1,295 0.43/1.00 vMB 10
723,788 723,788 0000000000000000000732655e028e6bf685a1e929a453954d2568a6d5d03c4a 160 0.05/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.