Loading Tool

Explorer IconExplorer

Memory Pool

37,818 transactions
27.99 vMB
0.06522752 BTC
Random Selection Loading Transactions
Max Size: 141.75/200 MB

Candidate Block

Mining Attempt 76efdfc73e9fb8b8053674e2b2189c98ea28bcd7915f3518d035f9a89c78eed0
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 5d0a9b4c5f0d526899c67f3a684d98b76c2fbc17085c8b19232f4852ea0f9efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,575
Size: 1.00 vMB
Total Fees: 0.01174130 BTC
Feerates: 203.60 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (150,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,046 764,046 00000000000000000003e448aafa07fb620efcef141f51ff19e89f32cb5fcc01 3,045 1.00/1.00 vMB 31
764,045 764,045 00000000000000000001f342bfc0b0cee3a4f163e93ea4691976b7c44101cced 3,066 1.00/1.00 vMB 24
764,044 764,044 000000000000000000041d31193bf7692ae7b99b9887950f57de7d223c59e99b 1,811 1.00/1.00 vMB 35
764,043 764,043 000000000000000000013d939bdac3de9f0957008950cc1db6c36b9c318d44a3 1,496 1.00/1.00 vMB 8
764,042 764,042 000000000000000000053b03dd9f9badd5979fa7df1dbe903174ec36b3accb3e 1,405 1.00/1.00 vMB 7
764,041 764,041 00000000000000000007762a53281b2e5c050b59b6d3f568ad69970b1b2985c5 2,556 1.00/1.00 vMB 23
764,040 764,040 000000000000000000059c9cc1fa6df4c83d822ed50bbb15a39c070d5456ce94 1,057 1.00/1.00 vMB 8
764,039 764,039 0000000000000000000178f6b4ff007bf1f5a8f622af6cdbf74e2a29cd86b450 2,669 1.00/1.00 vMB 6
764,038 764,038 0000000000000000000365e9c2cf892ed55d7ace072b1a4e1c2defe5a9234b1c 2,718 1.00/1.00 vMB 20
764,037 764,037 00000000000000000002611ce02142d1bc16fc91b620400ec36416dd9766f478 3,654 1.00/1.00 vMB 29
764,036 764,036 0000000000000000000265787845d2c43ad3b62079869b9cebd70bdd9b393951 2,826 1.00/1.00 vMB 40
764,035 764,035 0000000000000000000270810939f94f36214963f7e1c21fbe79fe5980d77201 2,094 1.00/1.00 vMB 15
764,034 764,034 00000000000000000001e957f9f0868cfb0b203d00358c5c8005ac02c9caaded 1,653 1.00/1.00 vMB 8
764,033 764,033 00000000000000000000428d7c08495b1db3f9c1bbaf991047abfc947f28175a 2,748 1.00/1.00 vMB 20
764,032 764,032 000000000000000000020420f38c0c1e5f4675ab624f92f2be9f518ddbc5931f 1,551 1.00/1.00 vMB 12
764,031 764,031 0000000000000000000594a01127316ca6553197e291d45b803f4b23cf89581e 1,970 1.00/1.00 vMB 21
764,030 764,030 00000000000000000006737b6b6b1afa1c365267f7ca95ab4d2762a192d2532d 1,827 1.00/1.00 vMB 16
764,029 764,029 000000000000000000030ee3a36e4cd6c3664420d6c4143fc094b2db936db180 2,637 1.00/1.00 vMB 23
764,028 764,028 00000000000000000005e78aa84b2e4614bb9b3a8074a7c08399510ac2dec638 2,782 1.00/1.00 vMB 27
764,027 764,027 00000000000000000002b7761d7561e0fb36a2f24a3061c3e63a26a430f9148e 3,590 1.00/1.00 vMB 32
764,026 764,026 0000000000000000000499252068d061797c2944b1a7ae00eb6ca33a550981ec 2,883 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.49 GB
    • Received: 11.80 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.