Loading Tool

Explorer IconExplorer

Memory Pool

74,968 transactions
27.78 vMB
0.07779198 BTC
Random Selection Loading Transactions
Max Size: 168.85/200 MB

Candidate Block

Mining Attempt 536d2d15829ffb1e3f7fd12b08efaa24b945ec3fe2cfb14ec11308da26926b95
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root bfa4bb8b9dc50c0e4ba211ef2e1af4b220d8f340e2bcb8edf37c8663e2e92c45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,260
Size: 1.00 vMB
Total Fees: 0.01830246 BTC
Feerates: 472.31 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (430,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,534 484,534 0000000000000000000575a5326c4ac2b7343c516c9207378c1228c8aeb771e0 1,537 1.00/1.00 vMB 258
484,533 484,533 000000000000000000a8b59dd72e9129162a4a1a86e909c22b6114f5b7f8a17f 1,976 1.00/1.00 vMB 249
484,532 484,532 0000000000000000008bab728521d76aea9eff33569c1af32436339c4d9fb75c 2,003 1.00/1.00 vMB 136
484,531 484,531 000000000000000000bbc54abc7b732b3ef8348f8e45aafe9e6e32e8b6e2dc31 2,061 1.00/1.00 vMB 213
484,530 484,530 00000000000000000005c679447164d75f6843b25d6cb89a5a3e1fce03d322a2 2,037 1.00/1.00 vMB 206
484,529 484,529 00000000000000000102d1167b40e4bf6141a84fe172b8e13c4e1200de864c3a 658 0.28/1.00 vMB 130
484,528 484,528 0000000000000000004d92c64a58f21a22311a72f057200cc2cca248eec34c55 1,712 0.77/1.00 vMB 129
484,527 484,527 0000000000000000011c5c5d5158781964fa1c62c76436a7c048f3b60bf767ce 1,014 0.57/1.00 vMB 127
484,526 484,526 000000000000000000ab7031abec5bcefe98d63d8fd9848c62c730f7f56640a2 1,647 0.82/1.00 vMB 139
484,525 484,525 0000000000000000002c139ca2dc7c0617fcb300f4fe21551c0b8ee4fd100f1d 1,891 0.93/1.00 vMB 109
484,524 484,524 00000000000000000029f065a6df049c1999572e6736cac60d5b69f2125e3e89 1,674 1.00/1.00 vMB 103
484,523 484,523 00000000000000000084666093fff2eb44465d8d232fe0873147c4728ee9d234 1,579 0.99/1.00 vMB 106
484,522 484,522 0000000000000000011408f00563abf68220bbefb34e8cc5641440a8c9a8a3f4 579 0.23/1.00 vMB 133
484,521 484,521 000000000000000000ea8a3529ce093bf80208ac139bb34686cfb4f9145d1542 50 0.02/1.00 vMB 98
484,520 484,520 000000000000000000107476675c0229d4801dc9e56cd7358a026af1c4d068ac 788 0.94/1.00 vMB 20
484,519 484,519 00000000000000000048f5a423a3581e8339a12893e36c2fab0ddffb56ee1ff3 2,113 0.99/1.00 vMB 170
484,518 484,518 000000000000000000a34d5cc26185a7e260fcdaa4f172a7b478417728065dab 549 0.30/1.00 vMB 99
484,517 484,517 000000000000000000479330c49980b967877846355f8cd8aaa6a46168659410 839 0.68/1.00 vMB 47
484,516 484,516 000000000000000000903335472d53147773835e1c20cb79f9fe3b6d676b553a 1,730 0.91/1.00 vMB 128
484,515 484,515 000000000000000000fd69edb9b83d5535e9a60fbd8617f96dbf992546d089c1 542 0.49/1.00 vMB 35
484,514 484,514 00000000000000000123e247c3550bd8276bc6929b9b6b3837799913df1f4cdb 1,442 0.94/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.