Loading Tool

Explorer IconExplorer

Memory Pool

35,429 transactions
27.98 vMB
0.06019241 BTC
Random Selection Loading Transactions
Max Size: 140.15/200 MB

Candidate Block

Mining Attempt fd1314053fc4ff54f06b2cf7fe2889d84a2d1a65b731608e666e2ccd44081793
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root 21664beae8775db2b48fb50f49d2a606b506b0ecf42b0101930f4f20c9b13d95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,977
Size: 1.00 vMB
Total Fees: 0.00671159 BTC
Feerates: 106.68 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (384,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,068 530,068 000000000000000000163366cce04206d3518fb19d65aefb0947311d9e138251 1,286 0.43/1.00 vMB 23
530,067 530,067 00000000000000000015c1e49cffb678351e06bdbbf89bb00adcab8e29595a3a 1,849 1.00/1.00 vMB 3
530,066 530,066 0000000000000000002f50a7264cbe1877177b2c812f059e9003102fd85b2b2a 1,741 1.00/1.00 vMB 5
530,065 530,065 00000000000000000021bb1ece47e405a7266d19de086f65bd158735879c2ee2 2,481 1.00/1.00 vMB 20
530,064 530,064 00000000000000000009c628bd3ccecc4be93496a522c3ea646c1d4786080492 2,354 1.00/1.00 vMB 37
530,063 530,063 0000000000000000002ac3414d04c7c0dfff5e14af35e8ee1badef66ba84a032 2,553 1.00/1.00 vMB 37
530,062 530,062 0000000000000000002dee096466bd40e4f9f33b92d02af71f4a40725d65ff55 352 0.12/1.00 vMB 19
530,061 530,061 00000000000000000019bd390049d38328f8b2b05b1c4eac6745ffe144f7b309 267 0.10/1.00 vMB 28
530,060 530,060 00000000000000000033a9984d21daf8f6a94e7d16586e6eda49d5dc2de7fe89 2,285 0.94/1.00 vMB 23
530,059 530,059 0000000000000000001f2fa4a8b36813f7ad3649ec411cde9783097bc1aafd90 2,631 1.00/1.00 vMB 25
530,058 530,058 0000000000000000001d7f59d6caec03f5adae96942306ad32c56141b2cd16a4 1,272 0.79/1.00 vMB 21
530,057 530,057 0000000000000000001263c7880b1dd0ede0de41c3f1f249325627884dc3244e 654 0.25/1.00 vMB 16
530,056 530,056 00000000000000000035131b4d3408528721a0b8bb259d610ae4cc2fbc3977d4 2,721 1.00/1.00 vMB 24
530,055 530,055 0000000000000000002e04c05b8e26761a36baf2e405417041e9a86e9c9e8942 1,161 0.47/1.00 vMB 24
530,054 530,054 00000000000000000007d5a37e92703bcfdda274c8ec19b299c3573dddd2cb19 76 0.02/1.00 vMB 23
530,053 530,053 00000000000000000036688aed11204da053a0acbb16aef84bd1fba6e07c97d5 1,399 0.55/1.00 vMB 28
530,052 530,052 0000000000000000001d6de31ede189001785e0a985f9f1377da63ba5cc585ea 167 0.07/1.00 vMB 19
530,051 530,051 00000000000000000035d1a7449580be0c9661a9203b19dcdd8baa6aa662f7d0 600 0.18/1.00 vMB 25
530,050 530,050 0000000000000000003515d0e6ed9aea967fe7f8ede3d29153eff4e717608534 2,050 0.85/1.00 vMB 15
530,049 530,049 0000000000000000001284c1ea20cd1d1a0961380da03ec2fc60b29131799870 2,653 1.00/1.00 vMB 36
530,048 530,048 0000000000000000000c75decc6447f16c6f0b441d25b94d472ad10cb6940b02 1,513 0.61/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.67 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: 627.78 GB
    • Received: 11.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.