Loading Tool

Explorer IconExplorer

Memory Pool

77,903 transactions
29.06 vMB
0.07652832 BTC
Random Selection Loading Transactions
Max Size: 177.91/200 MB

Candidate Block

Mining Attempt bed4fc400a1230ba461e287b7e9d02944ab3d3c259846c1544e097c96ebdf753
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e44e69a45fcca1747eedb6cf670a47a33f78da31c5947f1659fd2c4ce02ff238
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,364
Size: 1.00 vMB
Total Fees: 0.01299151 BTC
Feerates: 157.34 > 1.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (341,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,614 573,614 0000000000000000001931515958a8c4d6b60c6874fa8625f3be10325363b8a9 2,298 1.00/1.00 vMB 50
573,613 573,613 0000000000000000000fb6cf1b9c7afc90ae39b6899ecd9e415549d75e881694 2,606 1.00/1.00 vMB 60
573,612 573,612 00000000000000000003841188eed915c30feeccd6e3d1184a1ed2cedffc7d12 2,342 1.00/1.00 vMB 91
573,611 573,611 00000000000000000002badf994e3cd421b5fab55f7deb9e912f38156aad4088 2,992 1.00/1.00 vMB 9
573,610 573,610 00000000000000000000d29bbae7d695fc2aacb7bbc1807d60564e9491e63146 3,377 1.00/1.00 vMB 23
573,609 573,609 000000000000000000269e0949579bd98366bef1ca308d134182dbf28dc6fdef 2,728 1.00/1.00 vMB 54
573,608 573,608 000000000000000000132bae3ebd83d2fc085bb50c4c7b9b3c53fd446e529789 2,216 1.00/1.00 vMB 44
573,607 573,607 0000000000000000000b8e198489d69e5e5ea84f95a99d1d739034b5b1d93d07 3,205 1.00/1.00 vMB 16
573,606 573,606 0000000000000000001c04d5fe158a8f43e559df33de141c8b7bdb8e9e6cad33 3,195 1.00/1.00 vMB 26
573,605 573,605 0000000000000000000853848f830da6f7a973762fea504a90533d2092297f42 2,963 1.00/1.00 vMB 66
573,604 573,604 00000000000000000005775f4d7867b4e892e324343d6ff97ba8073b7d59cd16 2,974 1.00/1.00 vMB 25
573,603 573,603 00000000000000000004ea1e4bc1114c6aae962d07e8ce5bb51a48f9c6cfff3a 3,028 1.00/1.00 vMB 77
573,602 573,602 0000000000000000001e59cc116ca650b820a8758e8113325b5c95ccaac1f2a8 2,725 1.00/1.00 vMB 27
573,601 573,601 00000000000000000029c458a464a12e7a4b36982a348d1e2ca1324b6fbcb7b0 2,788 1.00/1.00 vMB 30
573,600 573,600 0000000000000000002a33cefd1d99991f1cd9f33d72d537e8aeae75f9ede78d 3,114 1.00/1.00 vMB 24
573,599 573,599 000000000000000000239c03cd87f8310a49b05ca385c7fdfdd19fc9bfbb02db 2,633 1.00/1.00 vMB 61
573,598 573,598 000000000000000000216867bb73858c4770de9661ba7bad494113b8c072207a 2,846 1.00/1.00 vMB 31
573,597 573,597 0000000000000000000129a7de05cf70a324b0e5ca43c284362dbe9c4448fb1f 2,433 0.76/1.00 vMB 16
573,596 573,596 0000000000000000000086ac2ff0e65142812cea761d058e13076c6073ce46ed 2,586 1.00/1.00 vMB 39
573,595 573,595 00000000000000000003bd7c365ef2130b32e351f38e5199997f3b321f434037 923 0.37/1.00 vMB 23
573,594 573,594 00000000000000000020420d4b9bd316fdebce06b1a8a55cf7e32522960e5515 2,995 0.99/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.