Loading Tool

Explorer IconExplorer

Memory Pool

40,061 transactions
27.18 vMB
0.05806649 BTC
Random Selection Loading Transactions
Max Size: 142.16/200 MB

Candidate Block

Mining Attempt 8010c2c488f63b62ee2f5048cbbae5f843f64feb2b174092acf281676d73ea7c
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b741a83ec0f069dc1151baee67d2a53081114b9b7889de8bb9717ff796cbe91e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.00766424 BTC
Feerates: 69.10 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (439,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,717 475,717 0000000000000000002efb60e73ed292590c8e4c19fadc18f2736fd025777f80 2,071 1.00/1.00 vMB 241
475,716 475,716 000000000000000000021de0821130034e4fca0d7f81672bcc4deaeb052b5a57 144 0.06/1.00 vMB 204
475,715 475,715 000000000000000001052a3da49d19c0eca4532ffce9b5f7e96ee6902fdd1f33 692 1.00/1.00 vMB 26
475,714 475,714 000000000000000000df1bd67951401827672f9b0b2dd6e3a04ef0806fdc68b4 2,178 1.00/1.00 vMB 172
475,713 475,713 0000000000000000000eb9b1cfc1857b64f4ed08f76cb36b1c0233ecb3e66c2a 2,413 1.00/1.00 vMB 92
475,712 475,712 000000000000000001239c5a4226a931c135c20614287ef33b8d7b3117f87c81 2,776 1.00/1.00 vMB 185
475,711 475,711 000000000000000001691dc4b8a2aa6bdb2e66de1b8659d686a19f72723c340f 1,709 0.74/1.00 vMB 205
475,710 475,710 00000000000000000004cd833cc0079c6719c4b86ef69f9b22e4a076f2aa4633 2,284 1.00/1.00 vMB 214
475,709 475,709 000000000000000000a9462a20f971f809fa5ba6c41c5f1b218c9935b8b59b25 2,346 1.00/1.00 vMB 151
475,708 475,708 000000000000000001761bd6ce03ed73a881f9ea243c8c6d05c352b2cbd173dd 1,810 1.00/1.00 vMB 200
475,707 475,707 0000000000000000017fb4a157a4af9bd7566a1b1a74235240e82aaa7d386045 1,991 1.00/1.00 vMB 283
475,706 475,706 0000000000000000011df1b0d445616eb1825bd08444702fc4d814a6a96813e5 392 1.00/1.00 vMB 24
475,705 475,705 0000000000000000002834c0f9418fc0529c7e118006da917147a294c2ffeb0a 2,121 1.00/1.00 vMB 77
475,704 475,704 000000000000000000b5936cca35763a062558e59fa1a2647439f59d3fefc30e 1,987 1.00/1.00 vMB 233
475,703 475,703 0000000000000000017eabb0f91ba0813d0e11f6ec642b077179a2bc3ae401bd 1,961 1.00/1.00 vMB 294
475,702 475,702 000000000000000000a3630d5640605b7a5a9edaaad4ff98fb5cbe5f4ebd7537 759 1.00/1.00 vMB 39
475,701 475,701 0000000000000000002553406327101aab17da3e46967cf6a376869d94f52043 828 1.00/1.00 vMB 31
475,700 475,700 000000000000000000a378e34e91209392c51fe0f5edc2c8da0460e348f877be 2,057 1.00/1.00 vMB 38
475,699 475,699 000000000000000000a9d6babf1c06e0300a26527405907ec0589855d1cc2cfd 1,962 1.00/1.00 vMB 119
475,698 475,698 000000000000000001165a9a4763366870cb48114d993ffdb8adff407bcc279d 2,131 1.00/1.00 vMB 179
475,697 475,697 0000000000000000000ae44364e126e0273a4befc0a8e13e8dbcc8c2be3bf990 2,380 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.