Loading Tool

Explorer IconExplorer

Memory Pool

80,533 transactions
34.69 vMB
0.17871794 BTC
Random Selection Loading Transactions
Max Size: 194.25/200 MB

Candidate Block

Mining Attempt bf3e9f389d82e604b0a7ffa52f7ebae981a4b3a31fd4a2119526adb9b0556c42
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 6c3f7f0a7c8dbba1504a5495ab30f73afb39d9ad8401e025a4a3954eaa08ebee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.04900225 BTC
Feerates: 150.93 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (15,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,738 899,738 000000000000000000008c8b8f7f6d29ee5b5ca47a0522b08941988bb2ff53ff 2,883 0.97/1.00 vMB 2
899,737 899,737 000000000000000000005f1778d6af39ce680490e1ff37d5598e5eb8fff5ba87 1,353 0.94/1.00 vMB 1
899,736 899,736 00000000000000000000b9ec81d90afc393f821c04aaf0bd1a2df93c8c560a35 95 0.02/1.00 vMB 3
899,735 899,735 00000000000000000001ee12f91a4551705953a3d79ac6ede6bf502f2444a881 1,138 0.67/1.00 vMB 2
899,734 899,734 0000000000000000000035d2c641074149886696e591304eae3f2d2333a5dd90 1,172 0.32/1.00 vMB 2
899,733 899,733 00000000000000000000f96158834685df61f1172963c0dbc63b7dc7952b280a 2,547 0.95/1.00 vMB 2
899,732 899,732 000000000000000000011ac098f9d5768088492063a0a0cf7d1817d39984f05a 2,797 1.00/1.00 vMB 2
899,731 899,731 000000000000000000022c78d50ff9244551301464dff70a450a3ff6f40ae845 2,202 1.00/1.00 vMB 2
899,730 899,730 000000000000000000004278e22639634d8f3d5befe3fb9f8dfa166faf12cc26 2,628 1.00/1.00 vMB 4
899,729 899,729 0000000000000000000004dfc5c8492d46a7a3bb58fe1e57f8f138bb8eee729f 1,286 0.97/1.00 vMB 1
899,728 899,728 00000000000000000001f374958885cf9ef107c5e7377d8bb434ccea55dcef2f 101 0.99/1.00 vMB 0
899,727 899,727 000000000000000000018696f8424e3856fc5a0c329818623b075ac469413168 2,184 1.00/1.00 vMB 2
899,726 899,726 000000000000000000021961b5fb3b295482a363731fd2e6e159fe5d0832b545 1,685 1.00/1.00 vMB 1
899,725 899,725 0000000000000000000148364ce7dcde8caef268f10439b75b4d2eddd7a50dd8 2,092 1.00/1.00 vMB 1
899,724 899,724 000000000000000000010d25c535f487edea60d3088b0166a627d6e85c3d2d05 2,074 1.00/1.00 vMB 3
899,723 899,723 0000000000000000000144cb83e7aa6e4c0a8e57b31da270dc819e530e1608ec 3,147 1.00/1.00 vMB 2
899,722 899,722 00000000000000000000a4590e5cf05c0016eff6c2f4d4bd66412806c5d34b36 1,830 1.00/1.00 vMB 6
899,721 899,721 00000000000000000000a8fd399ed4f5239ae1b0e7baba1b4d03d5cb02676e53 3,518 1.00/1.00 vMB 3
899,720 899,720 0000000000000000000199805dd40bf9703e5881e3ef863af766c2cf76cd793a 3,809 1.00/1.00 vMB 6
899,719 899,719 00000000000000000001e350097dfd0c20a0202c1aa63a5c7b03eb0685e7877a 2,936 1.00/1.00 vMB 4
899,718 899,718 00000000000000000001d14a0c7d8589d358b7464693d5c4cf93faea855545d6 3,001 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.