Loading Tool

Explorer IconExplorer

Memory Pool

78,973 transactions
29.43 vMB
0.08342726 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt d7ad6c1efa81ad219de7f3009d744bf5561d342e34b604830b89c25ca7337166
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 86c7e5882b5c6362f612a9b673b189269212a10706c568be33c214450ca5e9ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01882007 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (328,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,942 586,942 0000000000000000000a6814438f34bba3498cd6aeae5f30eb921955d3e148c7 2,753 1.00/1.00 vMB 18
586,941 586,941 0000000000000000000ffaef8dab9a07a84c63f450793f747f5f9b2af2b4c6ee 2,289 1.00/1.00 vMB 51
586,940 586,940 0000000000000000001bb79d1a40fa1dfd01118018d8830e2127cc856ac680d4 1,953 1.00/1.00 vMB 67
586,939 586,939 0000000000000000001a0084c8c5da588c56e531749e5c4966fa9899d8d7c9d0 434 1.00/1.00 vMB 79
586,938 586,938 00000000000000000009dc8fd4a3db059d8c7bc177ac8807ac854e0e4e9af7fa 1,194 1.00/1.00 vMB 81
586,937 586,937 0000000000000000001410c3b82bcb0902ff38d82029e8edbcd05bf7b8c5df9d 2,875 1.00/1.00 vMB 50
586,936 586,936 00000000000000000017c848bebeb48a6b24a0cd49ceedc47c75b1ab383b478b 2,608 1.00/1.00 vMB 26
586,935 586,935 0000000000000000000cc9916de80df3b78a896dc9cb51bd9e08a8d169626dfd 2,680 1.00/1.00 vMB 55
586,934 586,934 00000000000000000000e4308fd993f8843bab24773e48525c643f8db8c11e48 2,816 1.00/1.00 vMB 37
586,933 586,933 0000000000000000001189e67beaa774af04887b4b9f904c691a9d31d249ca72 2,634 1.00/1.00 vMB 50
586,932 586,932 00000000000000000008d9f9c578da60a33c333b5762335343ee18c9f776e396 2,459 1.00/1.00 vMB 60
586,931 586,931 0000000000000000001ad867c0db9ddad14ed1e80a19251cbbd3a1fa13eb0de4 2,809 1.00/1.00 vMB 60
586,930 586,930 00000000000000000014051173264ec38cd861d6d6bbebc8462b81cd06badb9d 2,978 1.00/1.00 vMB 103
586,929 586,929 0000000000000000000bab0f9c827bbc92f0cc11a12861e4a2442dd6afa389d4 609 0.20/1.00 vMB 35
586,928 586,928 000000000000000000051d71e93a2202db7f7974afbb4843b1030b789c860b9f 1,902 0.75/1.00 vMB 37
586,927 586,927 00000000000000000000f59f95b78660bcbdb3f029999baf3604df76e14c3748 1,465 0.73/1.00 vMB 7
586,926 586,926 0000000000000000000f0054acd90bca756d5476aebd0182f5db723fb78d08ef 2,551 1.00/1.00 vMB 8
586,925 586,925 0000000000000000001710c9dbdc82d2ca68b112a4a4e4236cf3b99917b56490 2,902 1.00/1.00 vMB 46
586,924 586,924 0000000000000000001bddb326190cd6ba4d155d0a6038aeb57cf3d4a3f36c3d 3,329 1.00/1.00 vMB 63
586,923 586,923 000000000000000000179d0d2f0dca90f65587c5016bc461774fd9ee97275744 1,449 1.00/1.00 vMB 86
586,922 586,922 0000000000000000000cb802272792211aadc5ce58dd167ded3ea2dc1b9d7fe1 2,107 1.00/1.00 vMB 40
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.