Loading Tool

Explorer IconExplorer

Memory Pool

32,847 transactions
29.60 vMB
0.08242160 BTC
Random Selection Loading Transactions
Max Size: 160.67/200 MB

Candidate Block

Mining Attempt 9bd1deeb301903b38ca0c0c1bd2bd195e4e16a7fb24a881ec20a3974467de0cf
Version 20000000
Previous Block 00000000000000000000703d366a0f2e9456ff49d30436c15ad4075d0630f92d
Merkle Root bd081366b17b43e2c890414726a85adffba17a6937c7800e25947f99e85ef627
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,892
Size: 1.00 vMB
Total Fees: 0.04171289 BTC
Feerates: 200.00 > 4.18 > 0.88 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,301 (805,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,707 133,707 00000000000002eeb7fc84a27560fdec20e2a6ad319abbe0402051236838d280 38 0.02/1.00 vMB 521
133,706 133,706 00000000000008a553fe0a03e63726bf1826d5d3f50eb0e1899c765ee9659110 20 0.01/1.00 vMB 563
133,705 133,705 00000000000006fd6fa50e78e0e9e2014d6c5b3193b47d10d1af5103b4f5c256 148 0.06/1.00 vMB 164
133,704 133,704 00000000000002080931e5dbee94b56193b8d066c62bfc962959495f0b23bf3d 46 0.02/1.00 vMB 680
133,703 133,703 0000000000000010ac8f755ecea689dfa71619dc9e1a04d5414ea7eabb6f15a6 24 0.02/1.00 vMB 847
133,702 133,702 000000000000033b9565c77132eee0e5ef2e183754062a25fb7a41fd545d03c0 20 0.01/1.00 vMB 549
133,701 133,701 00000000000004ecd261ec0d7b0d5f06f36576222ac3375f236d5240e844a482 232 0.07/1.00 vMB 110
133,700 133,700 0000000000000bc7636ffbc1cf90cf4a2674de7fcadbc6c9b63d31f07cb3c2c2 44 0.02/1.00 vMB 116
133,699 133,699 0000000000000797be4477fc3b6c8d7ea4c8e1f1d65e0dca6ac1a268e2c13e9a 54 0.03/1.00 vMB 470
133,698 133,698 0000000000000b08889047fd21a3d25f2a078db3a6e5c9c3103ef0a02bc02830 65 0.02/1.00 vMB 314
133,697 133,697 000000000000025fbbd5740289b56c5a2d22401a3a0fcaefe00120e99e75088c 75 0.04/1.00 vMB 756
133,696 133,696 0000000000000143b209f5040fff72937702ba4d5e5c278dfb18d5de54d0f0e5 42 0.02/1.00 vMB 117
133,695 133,695 0000000000000394a0b42a266ea517999d6a1ce304f4b918c374136d41811c76 57 0.02/1.00 vMB 52
133,694 133,694 00000000000008026be23f0e2247cb454decf9edbcc8c46a1d5bcd68d41356df 12 0.00/1.00 vMB 356
133,693 133,693 00000000000000b4150ed885c473817d067b0e3566c736b5da15768eb79c17bb 33 0.01/1.00 vMB 1,138
133,692 133,692 0000000000000b8b2d29d965c0a1c6e41e16200be57430e2b9626ae76720041f 73 0.03/1.00 vMB 254
133,691 133,691 00000000000003cce513bd126a822cdbd5e7431d5af0596bd12e483866d01bb8 26 0.01/1.00 vMB 717
133,690 133,690 00000000000000508a514a57949afca5b753c646339103262d4aa757cca8d36a 220 0.07/1.00 vMB 149
133,689 133,689 000000000000098a83e6047bab53ba53c7a0432b524c57dbe3787c4e6e916857 178 0.10/1.00 vMB 171
133,688 133,688 000000000000084045ff1ad063bfffd01d990f3025d318858602118ba2c40bbe 166 0.06/1.00 vMB 1,808
133,687 133,687 0000000000000b2f00919dc378dbd9fe1297f219163b05bd7b03de0c5b303f4e 54 0.02/1.00 vMB 287
Previous 10 blocks ↓
Total Size: 825.45 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: 4,248.59 GB
    • Received: 233.75 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.