Loading Tool

Explorer IconExplorer

Memory Pool

80,519 transactions
30.24 vMB
0.12558140 BTC
Random Selection Loading Transactions
Max Size: 181.14/200 MB

Candidate Block

Mining Attempt 8a406d304cdea07c9555c13f2bc72f344700b7fd9c6c5c80285e6d0df6ba0315
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 439d1a6be2c5a3291dcf0b959dc9792191a4d9af36269c1426dcce9ad0084a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05569111 BTC
Feerates: 150.86 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (126,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,938 788,938 00000000000000000001aeef4f4bb77e6ba3f0f29832109eab2af9f1b5df3ed5 4,559 1.00/1.00 vMB 288
788,937 788,937 00000000000000000002004ebbe1097d98633ebcefb9a384ba03bb4c8fb55bfb 3,980 1.00/1.00 vMB 322
788,936 788,936 0000000000000000000439652d18c3e695de60ad7bea6fbb1ed79a1833ce1a7e 4,552 1.00/1.00 vMB 192
788,935 788,935 000000000000000000008838e460c887a36894f9b107ba50c664521ee6da4038 4,479 1.00/1.00 vMB 287
788,934 788,934 0000000000000000000195c3091ab30682652e81ddae705b7cc829a7e7ef05fa 4,930 1.00/1.00 vMB 234
788,933 788,933 000000000000000000036d38756b599483f190243b6c1cdfe513fb404c963f1a 4,595 1.00/1.00 vMB 190
788,932 788,932 00000000000000000004093e58682797d64cf5c30812d804d7bd9c2e5bbfecd9 4,930 1.00/1.00 vMB 224
788,931 788,931 00000000000000000001dfa9e7ffb533cfb91b5f9cb67ecc0149bcaf008c523c 3,667 1.00/1.00 vMB 229
788,930 788,930 00000000000000000000740acb253faefee2a0e626222c537b05947639897651 4,661 1.00/1.00 vMB 278
788,929 788,929 0000000000000000000544cfe1bf9b8aca2f31b121a1e8d49de24f0ecb806a01 4,199 1.00/1.00 vMB 404
788,928 788,928 000000000000000000016d3e9b582a17b72f683604275907ed781c7224a854a0 4,936 1.00/1.00 vMB 276
788,927 788,927 00000000000000000004cf52c079a527e9f5d0a6cb977fa976e3ea3abbd33a38 4,344 1.00/1.00 vMB 384
788,926 788,926 000000000000000000049418c0e86284719c432ff2c4b32bb3cf608b8d2e8ee1 4,418 1.00/1.00 vMB 392
788,925 788,925 000000000000000000057cab8086c1e693506b1d0a2f60afb12074b3b41ae5f7 4,260 1.00/1.00 vMB 191
788,924 788,924 000000000000000000050b424462ed888813f2fbdc51f57bff717ad0b1685924 4,206 1.00/1.00 vMB 176
788,923 788,923 00000000000000000003e2d754f9a4016d090f79c3639102c594748be9c52b17 4,418 1.00/1.00 vMB 218
788,922 788,922 000000000000000000035fdb4dd265f45fa19ca81af87993eba865f365c4257d 4,486 1.00/1.00 vMB 249
788,921 788,921 000000000000000000009427548115ffe85d561d9c7894997bbb143b5ce2c736 4,479 1.00/1.00 vMB 200
788,920 788,920 0000000000000000000057067a7a8445dad23b387d63fcb1db532c1779c4b8fa 4,752 1.00/1.00 vMB 252
788,919 788,919 00000000000000000004ab9dc306bb88ec7cbb27b4c1fe085339ef94c172ba07 4,399 1.00/1.00 vMB 362
788,918 788,918 00000000000000000003e3aebd73c27bb3da00e64a34a4755189442d3e97d0c5 4,151 1.00/1.00 vMB 318
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.88 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.