Loading Tool

Explorer IconExplorer

Memory Pool

87,869 transactions
32.57 vMB
0.24835532 BTC
Random Selection Loading Transactions
Max Size: 194.68/200 MB

Candidate Block

Mining Attempt 5982c01b514b4bbb4d6cc3aeeba936c6d20ebcd073302f50dadba25d6b3a75bf
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 7a0637beda5269b49b8e836ef696247e5f4ad36977e9292c974f8877bda98788
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.11001108 BTC
Feerates: 538.26 > 11.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (255,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,141 660,141 0000000000000000000aafac3a0d99cccbd4f62e3d08636bb9c242db366c7f73 716 1.00/1.00 vMB 5
660,140 660,140 000000000000000000038f619a6a66cbaec8e7758d2b2ae05698b7db650c2aee 1,682 1.00/1.00 vMB 53
660,139 660,139 0000000000000000000d865eb4d7ac5ab14e4f8103eac5e23dd308bf0eacf05a 1 0.00/1.00 vMB 0
660,138 660,138 0000000000000000000af2df222e913a5fc85e4470a33018385d18847d29bcdf 884 1.00/1.00 vMB 16
660,137 660,137 0000000000000000000c8e6fa30675fec36bba05689f8b1fb53daf57c4c2f29c 1,385 1.00/1.00 vMB 35
660,136 660,136 00000000000000000004c2cad14fec645807ce236f8e1cc43fe106ee4f27692e 404 1.00/1.00 vMB 9
660,135 660,135 0000000000000000000b94a079a58d64f640f66b0cc338b5831b94c8739439a6 597 1.00/1.00 vMB 14
660,134 660,134 0000000000000000000e5d50e28e7718e434960b3415a4006fb5c06ef4f727c4 2,503 1.00/1.00 vMB 20
660,133 660,133 00000000000000000001f797e5a92fb8adc646e085dcd928dfd3ad543b1b5038 1,944 1.00/1.00 vMB 23
660,132 660,132 0000000000000000000106e037b00fba821531d52a463fa6959823b3427d7abb 2,302 1.00/1.00 vMB 46
660,131 660,131 000000000000000000031c33da10aefa21ae8189a5d6b8305d6abee230a35b25 1,986 1.00/1.00 vMB 135
660,130 660,130 0000000000000000000504d640d7733200eb739a17765cf7de983449f556d5ef 2,631 1.00/1.00 vMB 94
660,129 660,129 000000000000000000058bf0518053780cc3757a2945412fd887ddd12b3e7d61 584 1.00/1.00 vMB 12
660,128 660,128 00000000000000000006727363c784f33c173d6b84d514efe85f2770a7b8a6c6 1,318 1.00/1.00 vMB 19
660,127 660,127 00000000000000000002e8f7a3c320217c3e65728ab6e0d4462a2d0836e233dd 2,074 1.00/1.00 vMB 71
660,126 660,126 0000000000000000000059f8e4ca6eac76a2e22f54fd6c2b5dfdcac5d7027fa7 584 1.00/1.00 vMB 14
660,125 660,125 00000000000000000002f1d3e653e6a7ebdd90d453a50cd3cbd8ba19cb154437 1,335 1.00/1.00 vMB 24
660,124 660,124 00000000000000000004f90e8fa628ee852012be5c73857ac354c8463442e636 2,313 1.00/1.00 vMB 41
660,123 660,123 0000000000000000000505c663bc8bb59dfb2f3664202103a906443d738f9580 2,720 1.00/1.00 vMB 60
660,122 660,122 000000000000000000017a006bd697fd6fac05a7a91dc01b615b0f0fb81ab151 1,682 1.00/1.00 vMB 31
660,121 660,121 00000000000000000005973200b0609e37a20d2f89ae730ffe04a7339c4ed085 2,857 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.