Loading Tool

Explorer IconExplorer

Memory Pool

5,311 transactions
2.81 vMB
0.00551599 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 15.21/200 MB

Candidate Block

Mining Attempt 39690b4257b5533c74323ee97cc3685e44dd43a41c03da45298ed51f8f10b296
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 7aab27718a85b9b6c5a3a24ecc87c583693eb284d06473ba9a7fcc235c1d71b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.00358743 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (692,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,987 220,987 00000000000003a8df1f7f8f872493b4df2ccedf9b4962da660e394fa28a846b 441 0.19 vMB 278
220,986 220,986 000000000000013cab86f15b88c7118bafad1f19a40043f3927fa4f0e6e38afa 328 0.20 vMB 266
220,985 220,985 0000000000000214661841bb03d69952ed5fa2b8d703e808d88ea210ef7a4f16 401 0.19 vMB 252
220,984 220,984 00000000000003e5e58e9997fb83414afdc5c4411fdaf88672e11f96cd6cf69e 56 0.02 vMB 168
220,983 220,983 000000000000012890f87897120be5f964ef37e5733d01572adf93016affa7d0 133 0.06 vMB 255
220,982 220,982 000000000000038ebe3179808eb0171da0fa68995be3df0098adea540a310cdc 229 0.11 vMB 249
220,981 220,981 00000000000002f015c504bd986ec5dfbfa81d4858b7759783f54894f47d9863 455 0.19 vMB 255
220,980 220,980 00000000000002f13b45d1504e9c592f384f6b6ffb55cf1c67ccbff3c1250ce8 11 0.00 vMB 1,699
220,979 220,979 00000000000001f77d2b9881a1bda246d24a5de4c3b965bba29cc5efefdedf6a 63 0.24 vMB 59
220,978 220,978 00000000000004acece486fcde6d089c652587c9c69517f5e55f2c56014be013 232 0.24 vMB 87
220,977 220,977 000000000000034fb4ce225ef62c941a3199e8df664f9d8c4e8465589894f9e1 621 0.25 vMB 257
220,976 220,976 00000000000000ea29678a877ac0624aeeaf4033f361f487b58629587248eab9 413 0.25 vMB 168
220,975 220,975 00000000000002734cb2236c881c37cd79c584ddd82d25bbb552c7bb7ed6c9c3 769 0.25 vMB 244
220,974 220,974 0000000000000163db5d90eb485f194f5662a0d4deecef0222605294ca5850ea 128 0.05 vMB 185
220,973 220,973 00000000000004ae5f4948d5c495d3f587f27d2e332c286b2f56c5606165eba3 142 0.05 vMB 621
220,972 220,972 0000000000000052bf70ded21dead6f33e27044a5065ff248d86043cb3e6c7f1 696 0.25 vMB 276
220,971 220,971 000000000000007e2aa32743e8859be32aadff75f918a201f82150317d9996bc 505 0.27 vMB 148
220,970 220,970 00000000000001bfd1f09d2bab815dc508b43bf30d790b94226c848ae4aeb556 621 0.25 vMB 226
220,969 220,969 00000000000002824a99537ca76f7c444a8d34290d2f15eb75ec2b8698f881a4 11 0.00 vMB 133
220,968 220,968 0000000000000252255cfd0af8e3795e4b777c64300469e637121e98170df0aa 402 0.20 vMB 191
220,967 220,967 00000000000001c9e64b1367236fff8e96d890150b41dc7777f64e82f7ed2766 50 0.05 vMB 60
Previous 10 blocks ↓
Total Size: 779.72 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: 364.38 GB
    • Received: 1.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.