Loading Tool

Explorer IconExplorer

Memory Pool

82,730 transactions
28.49 vMB
0.16975896 BTC
Random Selection Loading Transactions
Max Size: 169.45/200 MB

Candidate Block

Mining Attempt 00c417de7c91afa1318e3590e400af835c4956b8d962fa14eaca059c62334c7e
Version 20000000
Previous Block 000000000000000000010cd0dab7910993758983b0801a1bac40f46e6f17d5e7
Merkle Root 72a431fa1ce6ff39b3569415f291e916ee78ee04824eedc52f897270a3dbcf64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 736
Size: 1.00 vMB
Total Fees: 0.02367454 BTC
Feerates: 110.14 > 2.37 > 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,648 (847,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,861 67,861 00000000048375763bc741d0e0ef495beb0bb3c2349b8bb1422d9c94c0bbc834 3 0.00/1.00 vMB 0
67,860 67,860 000000000415856fd597e4d78cb516544f558ff298da6117ec9bceb24fdb7203 2 0.00/1.00 vMB 0
67,859 67,859 00000000024f391ca9ccbd9eb3c2447978083e7548af689bd82b89089b6bb1d5 1 0.00/1.00 vMB 0
67,858 67,858 000000000280ca0e0a56a8332a6d5651612a88fbac872ca3eb1f3474fb3aa4d6 2 0.00/1.00 vMB 0
67,857 67,857 000000000497481c1ea9a81199d98f74f6af4d76b95e159de874804954f13e91 3 0.00/1.00 vMB 0
67,856 67,856 0000000003bbf48c321b412a512ecd3e5832aad087b42898ce3a91c39174719a 2 0.00/1.00 vMB 0
67,855 67,855 00000000005a393ed98b75fecb3640edcc05c01792ac87b57c0b6b17b4f9da92 2 0.00/1.00 vMB 0
67,854 67,854 000000000285a7b1b076a192cfa4110d2083f1d500348cd8413e850005d42ce7 2 0.00/1.00 vMB 0
67,853 67,853 000000000516a84f6699429cd7c1fdb1cf73f60f7832905b3668526969768b3c 1 0.00/1.00 vMB 0
67,852 67,852 0000000005448193f2207b55b09540a3aeda298e640dc8fef538680fbe9a85f4 3 0.00/1.00 vMB 3,875
67,851 67,851 0000000003d7cafbb1745a64cf8de1470089e3f1e4c2e517251fdc067cb6d486 3 0.00/1.00 vMB 2,403
67,850 67,850 00000000037a0e2d1f1d1404cb8c303a0935e7ea46ed40b2d152203706058638 3 0.00/1.00 vMB 0
67,849 67,849 0000000004b4a947df804a6d900eb105e7136f9f17320aefd2a5405de8d82ecd 3 0.00/1.00 vMB 2,403
67,848 67,848 000000000336789218d0ab04411826ce6469a5b3378aca22e1f2d4adb0628652 1 0.00/1.00 vMB 0
67,847 67,847 00000000040fbfebe3b159ef33d00f95b8bff28a533a5fc2087d9b0308215d27 1 0.00/1.00 vMB 0
67,846 67,846 000000000199ef47709c6316e4e9acf36d4bb145ef476212c8df826e527aaf7d 2 0.00/1.00 vMB 0
67,845 67,845 0000000001a229b3eb12536de589afe6c2f196820d0efc9ad53c831e7ae5400b 1 0.00/1.00 vMB 0
67,844 67,844 000000000296461bfa89a9ec56c3109406e5c8bcf5d0a3d193878d9d3378b9e5 10 0.00/1.00 vMB 841
67,843 67,843 0000000001c7f620ce3dde1ea6c2b80c642c8d0394005ca804ae9027a64ddfba 3 0.00/1.00 vMB 1,510
67,842 67,842 00000000053b4f7062d7720938fb0bb22dd3dc9495787f809f40e9755b0091ae 2 0.00/1.00 vMB 0
67,841 67,841 000000000096a7fc269669b1b92ab35299d02dfd9667515564b153e242edb155 3 0.00/1.00 vMB 2,070
Previous 10 blocks ↓
Total Size: 783.51 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: 773.20 GB
    • Received: 20.47 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.