Loading Tool

Explorer IconExplorer

Memory Pool

47,468 transactions
27.77 vMB
0.09321907 BTC
Random Selection Loading Transactions
Max Size: 146.86/200 MB

Candidate Block

Mining Attempt 2534c8dbf7ab11f02c21847369672d9fd07763a10aae89aee1fa9baf151074fb
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 5ced1806f320856abd4d8c0339ea6fd0460a694fea2f2184870fb00716c44ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,537
Size: 1.00 vMB
Total Fees: 0.03735605 BTC
Feerates: 159.25 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (297,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,065 617,065 000000000000000000043d02bd15e33b65ab796604ebaf4b8f0add4eb024fbfd 2,830 1.00/1.00 vMB 24
617,064 617,064 0000000000000000000aa98c7755ebff6cba16b00b42a720c6ae6eeb5bad1d27 1,988 1.00/1.00 vMB 22
617,063 617,063 0000000000000000001062d5db91a00663ef44dfa1a6ca3627b8a3c64796ea60 2,735 1.00/1.00 vMB 19
617,062 617,062 00000000000000000003649b2ff8c194d56b8cdfc399d89dbaef647bdfcab084 2,662 1.00/1.00 vMB 30
617,061 617,061 0000000000000000000a5784042fd89566e577d3c50e3c406c221012d39fec68 3,514 1.00/1.00 vMB 34
617,060 617,060 0000000000000000000ce42cebccbafe38380349f00115366d339e9e20a832f4 2,885 1.00/1.00 vMB 46
617,059 617,059 00000000000000000006532c08ccef89e6a8684edfe68c45d40ae666658805e7 2,678 1.00/1.00 vMB 24
617,058 617,058 0000000000000000000ecffd0605eedbe423c806e2d377a6a41f00866e3f9664 3,089 1.00/1.00 vMB 40
617,057 617,057 0000000000000000000e6ca0cf6564cbb407733db13fa741ec0854b1e5ea81c2 2,606 1.00/1.00 vMB 34
617,056 617,056 0000000000000000000ca51b293fb2be2fbaf1acc76dcbbbff7e4d7796380b9e 2,520 1.00/1.00 vMB 32
617,055 617,055 0000000000000000000a1922cc4fe8517ec06412289cce8a59938c83277ca228 2,747 1.00/1.00 vMB 16
617,054 617,054 0000000000000000000fd3b8f60f707716ef6da4e5c3a21b02f508532b6ff73d 2,359 1.00/1.00 vMB 19
617,053 617,053 0000000000000000000e6abddb9847883cabb074688b8f5b76ed258bd3407c70 2,590 1.00/1.00 vMB 31
617,052 617,052 0000000000000000000adf0584bd5ff336a74a2a0597e5b3ac0cbcca46d48c74 2,430 1.00/1.00 vMB 29
617,051 617,051 00000000000000000010a03824143569b15f0ae4cbf3203eb0bd8b667fb76c9c 3,198 1.00/1.00 vMB 38
617,050 617,050 00000000000000000002cd8cb201b3b7523833d675b1bdc7d0df61b1444f0e54 2,571 1.00/1.00 vMB 22
617,049 617,049 00000000000000000005c4b4806a83950afcf64d518729a481406b85016d12c9 3,060 1.00/1.00 vMB 40
617,048 617,048 0000000000000000000cdcea9b0e24c267fdaba2bd5cfb65d94527734880dbee 3,076 1.00/1.00 vMB 42
617,047 617,047 0000000000000000000d31500fde3a2cfd94f9d698a8a692b688931a87b01a49 2,242 1.00/1.00 vMB 29
617,046 617,046 000000000000000000075e4135bce917f178e0574eda576ade784121df8290b1 2,999 1.00/1.00 vMB 22
617,045 617,045 00000000000000000010291f396cc1b3b197a81358da27f97a5e55403df305c5 2,902 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.