Loading Tool

Explorer IconExplorer

Memory Pool

73,367 transactions
28.44 vMB
0.06908918 BTC
Random Selection Loading Transactions
Max Size: 168.14/200 MB

Candidate Block

Mining Attempt 19a648dfe39ddea63ea20122ae9eb46540f4177efef5581c652af5b22a64182f
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f2d9db1202b8973024b17ea273f32ed10213a45c3096b17d5f2eec434ca4a19b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01202364 BTC
Feerates: 100.36 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (156,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
758,405 758,405 0000000000000000000440eab4436a69c40569f7cfd3fc5065f7225e988f2c78 2,610 1.00/1.00 vMB 10
758,404 758,404 00000000000000000006b1f935dcc7d1b92e1a6807a788524fb736b557d0f536 1,669 1.00/1.00 vMB 8
758,403 758,403 0000000000000000000156b4d55fb6d7623995d2727a43b01f7a4c02ec2c15f4 2,995 1.00/1.00 vMB 9
758,402 758,402 0000000000000000000478352c579a43952e25a0279f38a8a878c6c3613cb7a1 3,004 1.00/1.00 vMB 9
758,401 758,401 00000000000000000001913dbc477c830752e02dc2f2dc1e83f4aaa8fab61cb8 2,646 1.00/1.00 vMB 11
758,400 758,400 00000000000000000001e236a1f4f782e9b62b223409b7e452e4b3f002bb58be 1,651 1.00/1.00 vMB 13
758,399 758,399 0000000000000000000609cca06ddfc77c8bebab610333c3655d994b6bc92e5c 2,661 1.00/1.00 vMB 9
758,398 758,398 00000000000000000006be63eb539dec4428a6b625fe23e82795ab18e4ff03d1 3,121 1.00/1.00 vMB 18
758,397 758,397 000000000000000000044848b243f27d9042dc25d18d60d4e18cf2e0a60d8eb3 3,397 1.00/1.00 vMB 12
758,396 758,396 00000000000000000000db478804a9d1935226429d9e76e2cabce27da9661f03 3,007 1.00/1.00 vMB 24
758,395 758,395 00000000000000000000a33069390e9065d2693166e11ada9c8f517b99e525be 3,330 1.00/1.00 vMB 17
758,394 758,394 00000000000000000007e4be26f1b8dec22e59404bb2cb0b5847e7f058a1cdbb 252 0.07/1.00 vMB 6
758,393 758,393 000000000000000000077c17f31b55d2e73a5d75fa58f7672ddb4c17cddc3929 885 0.36/1.00 vMB 4
758,392 758,392 00000000000000000004b8950fe0f235e7e780e5a67a8fb839d38a718c1e56fd 1,376 1.00/1.00 vMB 2
758,391 758,391 000000000000000000061d84655c98f922a72f47f3e4a3f8963c64798f2542aa 1,862 1.00/1.00 vMB 5
758,390 758,390 00000000000000000001ac3c16c623ace919fa1866109c13ab856afe26848c88 2,278 1.00/1.00 vMB 7
758,389 758,389 00000000000000000001dcea6558110cfb05c6c47aa8e5cd045dfc76122f0cb9 3,356 1.00/1.00 vMB 19
758,388 758,388 000000000000000000010c5610fc6afd14c1a2a562a9f5823db4a672e2be1a80 2,719 1.00/1.00 vMB 5
758,387 758,387 000000000000000000043f3bf77fed47ea49455cb89d747df73f13ba28694555 2,851 1.00/1.00 vMB 11
758,386 758,386 00000000000000000005d1c4fe98e162d36e33b09a94b2fba4113a1384af779c 2,332 1.00/1.00 vMB 6
758,385 758,385 00000000000000000006cdcb017d18051a036a9e1ff5c34f58ec8d14b0fa11c1 3,311 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.