Loading Tool

Explorer IconExplorer

Memory Pool

46,015 transactions
28.54 vMB
0.06682997 BTC
Random Selection Loading Transactions
Max Size: 152.09/200 MB

Candidate Block

Mining Attempt 346af4f14a67e6590cf067acd18d00ee94e8d1c94a16a22f83c385af574587cf
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d49e88313b6d047d0610a5e008b890b9e90a71b0eee427a004b2a312fd7fbb1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,092
Size: 1.00 vMB
Total Fees: 0.01262812 BTC
Feerates: 73.20 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (724,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,832 190,832 00000000000006176d92fb8c68bcf66707c4443c757368ca6a68a381dce1a724 501 0.20/1.00 vMB 206
190,831 190,831 00000000000001d6d4788d6a592c1de1cad36f3afd73945f1134dafbdb6ee591 15 0.01/1.00 vMB 106
190,830 190,830 000000000000089fac130d86da7c2a970e10c00858d575476427b882f4655ea2 76 0.03/1.00 vMB 91
190,829 190,829 0000000000000271b6514f0a44fedc43f1c8320d5172ce25077aa1922f68c68a 510 0.16/1.00 vMB 5
190,828 190,828 00000000000004c10d0a8cd6e9c4b896e92a8ca54e553622993f661c4d77a933 381 0.18/1.00 vMB 124
190,827 190,827 00000000000006a9dc4525ec69b025539a41526bd54a3da3e49315cca40bce87 12 0.00/1.00 vMB 29
190,826 190,826 00000000000003b556f05a16cf20c98aa1adf6c3566df1d3762dfef2cfc1ee04 256 0.12/1.00 vMB 119
190,825 190,825 00000000000008ef7a6fce2de191b59bd136eb3520b00a2117a830e885bf7d0d 146 0.08/1.00 vMB 76
190,824 190,824 000000000000089bf2bc9f83492703efc3c43799fc9cfae03f1878f1faeb728e 152 0.08/1.00 vMB 93
190,823 190,823 000000000000000a8545940760f8b11be6d35a0bfd244b2b8fa71c182c5f345a 560 0.19/1.00 vMB 152
190,822 190,822 00000000000008ef13d3c9db38d5c883f4ba5fcadff81e84cd74c8fb2f20f99a 512 0.21/1.00 vMB 160
190,821 190,821 00000000000008e7aa3bc8bea9d79ec81addd46663d95ad62d423212c9cf7154 512 0.20/1.00 vMB 132
190,820 190,820 00000000000008585dc0a72670366ade42c99f30c5dc8f7a048b34b5ed88f7cb 138 0.06/1.00 vMB 103
190,819 190,819 0000000000000257957bccddb1fef2f554570b376d160d891a0fd03a634f3d06 32 0.01/1.00 vMB 0
190,818 190,818 00000000000005115068f04c2e57a27103f52785cce3514f1fa6e9dcfcb9d69d 512 0.17/1.00 vMB 161
190,817 190,817 00000000000004951b5a7d13b00594b5bb3160ec75d3e8bac05b79556568e2be 1 0.00/1.00 vMB 0
190,816 190,816 00000000000002418da1987e5db357286ef48bfddff62b28f80601e40e94f863 8 0.00/1.00 vMB 59
190,815 190,815 00000000000006cec9c1ed05569191c6d3a2896972aed471926285600c54b504 128 0.10/1.00 vMB 70
190,814 190,814 000000000000043576b20e718777475bf9d7cc669b310e8399000f7e0a74d32b 328 0.11/1.00 vMB 154
190,813 190,813 000000000000079b00e4fc7a135c749724c8a0de3a9d24352d5a836f6ebd6008 52 0.02/1.00 vMB 104
190,812 190,812 0000000000000703fbccb654ac0bff679033a4ffcac90cba42163130cb92badf 171 0.10/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.