Loading Tool

Explorer IconExplorer

Memory Pool

40,635 transactions
19.66 vMB
0.07198432 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 109.57/200 MB

Candidate Block

Mining Attempt c37b3e7a0644cb0b78312a0f9513fa3359108c89fa8da2188baf0bba00652436
Version 20000000
Previous Block 00000000000000000001bbfcd3a38e3526bfc1b79ffa8ea3ec441fea7f3ad003
Merkle Root b49e9477349ea91a8fe759b976fa01837f11a5dbd4765baf048056ec0785f97d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 0.99789425 1.00 vMB
Total Fees: 0.03454220 BTC
Feerates: 500.00 > 3.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,878 (742,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,054 171,054 000000000000087ed47e0c8aef516b09f52d27686d3c88ce18d3a700d5174079 80 0.03/1.00 vMB 787
171,053 171,053 000000000000023adcd8eca5669d9dbd5229156767f6c2c380b0bd756b293481 19 0.01/1.00 vMB 104
171,052 171,052 000000000000071bac77e29f91a610d85ac1d1642ca6e45431bd283063bcd7b2 27 0.01/1.00 vMB 1,149
171,051 171,051 0000000000000625109f42a36188ec0bbd9e53d132b13c6332a0bcf6d1095cef 27 0.01/1.00 vMB 84
171,050 171,050 000000000000008f491bf0f586e3ef14e0c6a25675f578f207b178596689a261 124 0.04/1.00 vMB 16
171,049 171,049 00000000000004b04f160a136a5652c906cc6d691a90e4fcb68772d77850bc3c 82 0.05/1.00 vMB 174
171,048 171,048 00000000000009f354df6ad65d592cf91ee980afdb93946644a246f49f0d37f1 120 0.06/1.00 vMB 155
171,047 171,047 00000000000003a9d25b1dce1ef6b1c36ff37772d6f4cb20dfc31dc13d1081b7 1 0.00/1.00 vMB 0
171,046 171,046 0000000000000064ba49fed8c769a8bf8c2d38da051f50f8e5f2394a4f2ac0d8 24 0.01/1.00 vMB 52
171,045 171,045 00000000000003dbe4b96eadff4d63414b66349de0d029df821a5486d54931e7 38 0.05/1.00 vMB 31
171,044 171,044 00000000000005bd7f010525df52aaf84c7f4eb9c0927c35dcadfe4bc9a9be1c 8 0.03/1.00 vMB 2
171,043 171,043 000000000000018abbd763581e83cbef361e197a0ef11aa8fe5d15ee1341b035 11 0.03/1.00 vMB 7
171,042 171,042 00000000000009f88414de4de93c17b5ddcff9f8d61133ff95a9fdebee6cc705 46 0.04/1.00 vMB 38
171,041 171,041 000000000000028ef3a90e9cf37ac98b401a81945d5f81aa688adebcdaeb7675 1 0.00/1.00 vMB 0
171,040 171,040 000000000000042d445c29456833e020c6604ee93db77c0a6011b1528d63702b 92 0.02/1.00 vMB 52
171,039 171,039 000000000000083d7ec37929334095966557b2251a0876c103601d2a7563b5dc 33 0.01/1.00 vMB 3
171,038 171,038 00000000000007ee68c02f7b94e9aef961e554e72a8638305f05795741a4216d 125 0.10/1.00 vMB 95
171,037 171,037 000000000000049ddfc841481c1a4d616fe39987e5bef58aaeafe7e9ba8ed04c 13 0.03/1.00 vMB 17
171,036 171,036 000000000000040776ec5644d9cec1488aa33cf3217ef8286d7b00d503cec264 22 0.03/1.00 vMB 53
171,035 171,035 0000000000000a6ce72985e8639791440f16a4d852790aec1ce705d21da34b20 91 0.03/1.00 vMB 1
171,034 171,034 00000000000009c132557cd575083bd90bfb81e687fff6c7190311cb2b84b7d9 70 0.04/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 780.39 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: 524.79 GB
    • Received: 5.11 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.