Loading Tool

Explorer IconExplorer

Memory Pool

74,650 transactions
27.52 vMB
0.07128589 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 32c0b48c6c99cc29032a7998c5ab203b396f680eac2d7dca321f3bd58b683478
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 8f25e38a7e8b8dc6c04833a99d3f292f6a7a09239794aca8daa18b154ecbfdeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.01268706 BTC
Feerates: 100.53 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (795,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,712 119,712 00000000000031bd89566f7c09a2dd2d099160e1ed950ae3cdab12f0bc52e115 9 0.01/1.00 vMB 546
119,711 119,711 0000000000004c3e315a0a11aea8cb40b4970b2eb4c20bd74efad17505cefb26 12 0.00/1.00 vMB 694
119,710 119,710 000000000000717f7b7436a7a74c17bf7907c9012c70b24996cd10aaa5ec9c63 12 0.00/1.00 vMB 0
119,709 119,709 0000000000000bde8cf7d121a057105460ce3a44d61210f00c63636b10780e5f 12 0.00/1.00 vMB 0
119,708 119,708 00000000000015c3a5170d49932d62d26f2acfc9371a400f2ad2d8096fe77c58 10 0.00/1.00 vMB 349
119,707 119,707 0000000000007b3f515614c87a7f7a6c5fa1730a83160c4a5c70960a2a6712e8 8 0.00/1.00 vMB 0
119,706 119,706 0000000000009c0de01f63ed62a18ae065399cfcf16600b0970885cb1a555e3d 13 0.00/1.00 vMB 1,073
119,705 119,705 000000000000058811964e1fa6d5498f25c64e596d7420effcdebcf29300b99a 8 0.00/1.00 vMB 330
119,704 119,704 0000000000005e4e37db90f977cafc2343c2aa9cd5ca622b311f9dbb6540bf85 12 0.00/1.00 vMB 0
119,703 119,703 0000000000004094870ea31a837b514b92535564b907148cb60babf75605affa 6 0.00/1.00 vMB 0
119,702 119,702 0000000000003ca357f044240041c37007ab999b8cd6a1fa70f14de7acd20963 6 0.00/1.00 vMB 1,273
119,701 119,701 00000000000082a3906f6846d8dcf98d5d7a79eb944a777dcbdce4e622c6b226 12 0.00/1.00 vMB 0
119,700 119,700 000000000000a2b546b34abeaa11f0a53bace542d63b5d605ba6b890c58ef9bc 10 0.00/1.00 vMB 0
119,699 119,699 0000000000009181ebc613de0d0b6a0a854dadfaefed1a40d8c4bbbe90b095ef 8 0.00/1.00 vMB 293
119,698 119,698 0000000000009cae481e9589ae3a322921a51c5de2cd7e167091be9aea1ed7f3 11 0.00/1.00 vMB 0
119,697 119,697 000000000000297724b9a169c7f1097768b908bf8bd6bc9f1ee0ed4d4caab3cd 2 0.00/1.00 vMB 3,861
119,696 119,696 000000000000a5861b0facc152df2ce1f65886be06abea10103821fa62824e7e 11 0.00/1.00 vMB 0
119,695 119,695 00000000000062f1fcff12f705b038eddaecb002a77ab4896c1307ad156c6b9a 11 0.00/1.00 vMB 0
119,694 119,694 0000000000000810ece61375bacd6e8565cb71b0501a416a05e3f14b98dc8081 13 0.00/1.00 vMB 293
119,693 119,693 0000000000008e7fd7cbe79343cb3ee986e73994ba4f91c8abc2d08443c8e399 13 0.00/1.00 vMB 333
119,692 119,692 0000000000009208b0f35bb847552446762f8c5567d6f18200ffd1d3b95ec755 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.