Loading Tool

Explorer IconExplorer

Memory Pool

75,602 transactions
27.90 vMB
0.08260741 BTC
Random Selection Loading Transactions
Max Size: 170.41/200 MB

Candidate Block

Mining Attempt 760f51a2ab1ed18c5e217357314d81500e5e871ae53d9db46ca941d6e1bbddae
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 48ffc65a49430f264151d35aaab32f16d24e31910af0acb1cf1e35688baf33b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,479
Size: 1.00 vMB
Total Fees: 0.02276871 BTC
Feerates: 100.53 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (66,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,566 848,566 00000000000000000000cc498d6ad52229c2eeeb2421ef879a6e78963ef7aef2 1,953 1.00/1.00 vMB 13
848,565 848,565 00000000000000000000e5414cde8dd5d027b14ec42f26c87d0f34cb1facd1c0 1,375 1.00/1.00 vMB 9
848,564 848,564 000000000000000000018b8fc8f08e6d687820af64e4b49e1ac6795e019f5761 2,503 1.00/1.00 vMB 10
848,563 848,563 00000000000000000002f36d484fa44d3e6d9295665d158c86843477c290bf89 4,865 1.00/1.00 vMB 9
848,562 848,562 0000000000000000000152e25c8fae5486029059ad5089e61c77fbb6c5012b68 3,298 1.00/1.00 vMB 16
848,561 848,561 00000000000000000000970d8b4cbc7380dde885019eecaa292bc53f62d309e9 5,048 1.00/1.00 vMB 12
848,560 848,560 000000000000000000024a9ec612def635efa52db9973b3ef83ed7e6e3a74e79 2,505 1.00/1.00 vMB 10
848,559 848,559 000000000000000000035b2172fe211af58e1c24138c3f37f2993834a30d994a 2,695 1.00/1.00 vMB 11
848,558 848,558 00000000000000000002e4ce8b0213ecd00494c9986968bd798353aae501522c 4,100 1.00/1.00 vMB 14
848,557 848,557 00000000000000000001ebab7e377540d63d5fa3b07bc5af685d1d57a5f53509 5,287 1.00/1.00 vMB 19
848,556 848,556 0000000000000000000070a1bca51a00b3560dc20605a1fd96cb9d4df1ccaf46 2,434 1.00/1.00 vMB 17
848,555 848,555 00000000000000000002cddb7b1e70b7c416d69d457a62ea66d99d7e7674e34f 1,005 1.00/1.00 vMB 12
848,554 848,554 00000000000000000002b869547dfdc1a0e3053c15f1b0f237c113ab75228f63 2,277 1.00/1.00 vMB 13
848,553 848,553 000000000000000000016546acd2ce11635f70caa2d6bcf4d791730b14bcc5c8 2,905 1.00/1.00 vMB 22
848,552 848,552 00000000000000000000ca9a9014265671b34996c6774bc0e3e847f9b215d03d 2,809 1.00/1.00 vMB 19
848,551 848,551 0000000000000000000206a1407aafdfdefa03195b889ff7546fca07fa739267 3,290 1.00/1.00 vMB 12
848,550 848,550 000000000000000000034fd527a62e7963811520e5b07017558186e06732ea1e 2,176 1.00/1.00 vMB 14
848,549 848,549 0000000000000000000031ccdf46cdeb358bb02aa93578f3c92469c02405ea04 4,155 1.00/1.00 vMB 19
848,548 848,548 000000000000000000005ab34c675d24023d7d0c2f87555b6ddfe829556a48bf 4,662 1.00/1.00 vMB 19
848,547 848,547 000000000000000000012dde4b69342898ab1d549f77f6893b4e981469b4235c 4,596 1.00/1.00 vMB 25
848,546 848,546 00000000000000000001e45f28bf80c2a59bbcf70a298832a346b72f1c7c705b 4,551 1.00/1.00 vMB 21
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.67 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.