Loading Tool

Explorer IconExplorer

Memory Pool

46,505 transactions
30.68 vMB
0.10053991 BTC
Random Selection Loading Transactions
Max Size: 157.89/200 MB

Candidate Block

Mining Attempt b057be35a3fb9b79f34ad94823375dbe0f02f21b50dc75bf1757a9c7368f39cb
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root d75c335ebf794073194d0808304c576188776342b43870a6b2c83413b6c6a950
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.03292240 BTC
Feerates: 100.29 > 3.30 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (168,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,072 746,072 00000000000000000000c31b3be60f6dee2a715996273cc3e6c019e72c0d3f92 3,099 1.00/1.00 vMB 15
746,071 746,071 000000000000000000082f2c523914103d91295f6997789e00d1b9bfd3dba715 1,072 1.00/1.00 vMB 12
746,070 746,070 00000000000000000008e6712010f8df1f4dec6c4283c0025a5d9ef6d25d0ad5 1,401 1.00/1.00 vMB 22
746,069 746,069 00000000000000000004ca1fbba88c5618b1e64c971c4eab40ba4cdbcd22e77e 3,268 1.00/1.00 vMB 23
746,068 746,068 00000000000000000003fdc3965bcbb973cf722ed4a16c02984e125c8794273c 3,081 1.00/1.00 vMB 21
746,067 746,067 00000000000000000004b2c2773e9c8b268f5d1d473f0e5753fca7d5c96b7e72 2,560 1.00/1.00 vMB 18
746,066 746,066 00000000000000000004c2651536cf652164d9fc1d1759e667273b44064d7396 3,210 1.00/1.00 vMB 25
746,065 746,065 00000000000000000009801e7c5632b68059c16afca6c5b0d77506ccaff508d8 3,352 1.00/1.00 vMB 31
746,064 746,064 00000000000000000008ff6e0e3ed2516643f40b5c74f09d8ae45f93ce05a56b 1,900 1.00/1.00 vMB 17
746,063 746,063 00000000000000000007ad9c4cd7fa24f955e76a878bdde6de88494230c6ad47 3,590 1.00/1.00 vMB 25
746,062 746,062 00000000000000000007f00335bc4fbf97f9cc09c249b0be07475a7d75cf9f74 2,173 1.00/1.00 vMB 35
746,061 746,061 00000000000000000007954dcd5cdf43b7c2ac1363b3b793a7f0bc046b7ee3a2 3,144 1.00/1.00 vMB 23
746,060 746,060 00000000000000000005bc579706336425aa54b8365f82d7a1662bcc0e16fd25 3,303 1.00/1.00 vMB 29
746,059 746,059 000000000000000000037d4582095528d92dfa40f5058821efd3a195096f999a 3,316 1.00/1.00 vMB 28
746,058 746,058 00000000000000000007ed047413d372f61ab7c8975223b9b2c911cb82ae4924 1,857 1.00/1.00 vMB 15
746,057 746,057 00000000000000000000bc67f56db5cb9ac3034498700615ac269c8c644c038e 3,239 1.00/1.00 vMB 29
746,056 746,056 000000000000000000008ab93a5b5acb810113a4d5f3dab9c78ac2246d29b2f0 2,433 1.00/1.00 vMB 23
746,055 746,055 00000000000000000006051cc5118aca7b39a309f53d1559c075e3e0ad789ef5 3,127 1.00/1.00 vMB 25
746,054 746,054 0000000000000000000080ac061825c1ef37d37a05b671ac4368cf0e1b6f889a 2,445 1.00/1.00 vMB 28
746,053 746,053 000000000000000000043e02facebf4ff76612b68bd7f860f0009c008ab01b1c 2,894 1.00/1.00 vMB 29
746,052 746,052 00000000000000000007e8f3af8c71d423d97149f8ac463c7cf7481f6ee70cd7 2,442 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.64 GB
    • Received: 11.68 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.