Loading Tool

Explorer IconExplorer

Memory Pool

43,347 transactions
28.07 vMB
0.06371239 BTC
Random Selection Loading Transactions
Max Size: 148.05/200 MB

Candidate Block

Mining Attempt 5c221c4b1f5673763cd69a9c66e01342524ef916d2c91d219680e9db5ca4446c
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root a1f4782a364fc91cdca2e4ad304fcfb59a1cc56180e9612f2c4cbe1474fc9bd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,786
Size: 1.00 vMB
Total Fees: 0.01053529 BTC
Feerates: 100.21 > 1.06 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (414,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,804 500,804 000000000000000000765c190d2d0d6de132bd771738b45716beee176dcca5d1 1,217 1.00/1.00 vMB 309
500,803 500,803 00000000000000000017da2c17917b6b12cf066574438472ff4770e13a7bfe30 2,077 1.00/1.00 vMB 919
500,802 500,802 00000000000000000053a0e5e809b8cbbf7bcba3a99adeea3d5138dded35d13e 1,678 1.00/1.00 vMB 497
500,801 500,801 0000000000000000004cf2330dff8b27a5e4b13d3e46215008fc5594282e47b1 1,673 1.00/1.00 vMB 325
500,800 500,800 0000000000000000002a3f50438253c2668390f5cebcdd930627ed81309aaa2c 2,045 1.00/1.00 vMB 963
500,799 500,799 0000000000000000004a552b792c9ae83893896b06c93e315cd8d71079404413 2,381 1.00/1.00 vMB 760
500,798 500,798 0000000000000000000e9abe9b1575d56584871c980752cd5ccce3a864a4152b 1,758 1.00/1.00 vMB 480
500,797 500,797 0000000000000000008346e11c868f802e2d8d9c392ebbeed31cbc635e5519b3 1,714 1.00/1.00 vMB 269
500,796 500,796 0000000000000000006c5c3ec019d6859c77917bd642fe89779872d4150c4445 2,629 1.00/1.00 vMB 348
500,795 500,795 0000000000000000007f41053c5d88206aebe685f704a9d37739f80641d42d44 2,233 1.00/1.00 vMB 770
500,794 500,794 0000000000000000004c43d31d7b77b494f276df71e5c8944971c735654b1347 736 1.00/1.00 vMB 790
500,793 500,793 00000000000000000010406c9c7a28b1c7e1d5a381024e55ae3a0ec453ac6749 253 1.00/1.00 vMB 812
500,792 500,792 0000000000000000004ccb34692d58eb65f8d5a9708125ba26bfd5200c86f5cb 1,919 1.00/1.00 vMB 873
500,791 500,791 0000000000000000001f13e722dd5f10179238cb01668e14a3ddf1c8c941f192 3,026 1.00/1.00 vMB 972
500,790 500,790 0000000000000000003fb160600613e49af10d4f3c9ea8e92a9bb7ebcf7a4688 2,048 1.00/1.00 vMB 1,191
500,789 500,789 0000000000000000001f720800b5cd2833ae077818696cbcd70f8a1f116fc5db 1,874 1.00/1.00 vMB 1,092
500,788 500,788 0000000000000000008a7f68eb9b4b581efc8d72defcd389ca54c22af0f0f35d 879 1.00/1.00 vMB 1,039
500,787 500,787 0000000000000000003314f1593f450513356053082e90c244605872bcfbc9f2 1,709 1.00/1.00 vMB 263
500,786 500,786 00000000000000000006c15ae273eaa2b4d0d69220167dc140b113ccaecade1d 2,174 1.00/1.00 vMB 652
500,785 500,785 0000000000000000008849f519597ec1ace13c0d71fa72416689ec1fb80b0e27 2,231 1.00/1.00 vMB 833
500,784 500,784 000000000000000000800b55310aa84be44f015b63e97da818a64b33521234c9 1,871 1.00/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.