Loading Tool

Explorer IconExplorer

Memory Pool

105,555 transactions
28.11 vMB
0.15531683 BTC
Random Selection Loading Transactions
Max Size: 186.89/200 MB

Candidate Block

Mining Attempt 29c6f5180c26ce717e03571719947dd77f7175860b9705f194eab4e2a08bc55f
Version 20000000
Previous Block 00000000000000000001a751891cc37ac8d9bd372e8382bec0a646957cc0ec89
Merkle Root a564ff859e9c2a6f691e87b81d9a789b96f1b600d3cc23ed92489588d9a4bf9a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,762
Size: 1.00 vMB
Total Fees: 0.06275504 BTC
Feerates: 964.38 > 6.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,081 (840,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,652 75,652 00000000000d525d7da82a81554c39135d5bbaf264d99f68ba8e39c5327cffb8 1 0.00/1.00 vMB 0
75,651 75,651 0000000000752a569564e19785248ae0567984e79294393e6525c68d620965b4 1 0.00/1.00 vMB 0
75,650 75,650 000000000070dde8a90734db538106b9c0b6eaeeeea2122660f66624856fada1 1 0.00/1.00 vMB 0
75,649 75,649 00000000000a8e4e18959b3c64edf7fe8124737a0e5705d89fe165ff5c0fe943 1 0.00/1.00 vMB 0
75,648 75,648 00000000001e00c7fdd5577855cd09f6adf89fbc8806f29b6b60baf1505d063e 1 0.00/1.00 vMB 0
75,647 75,647 0000000000227a651a1cbd1e7f9fb5ed7ef30a056d419bec06c3de80c239aec8 3 0.00/1.00 vMB 0
75,646 75,646 00000000003347a5fb8c3ed0408b8a799313ca7cb6f3d6705b56706d82fb3b00 1 0.00/1.00 vMB 0
75,645 75,645 0000000000304d7c69dd2b400497c16b1594820a0b5f67b7ab8c113641217aea 5 0.00/1.00 vMB 0
75,644 75,644 000000000031c25da5dab1a60d7ea7c465d50123a609ff349cc87bead6393e9f 3 0.00/1.00 vMB 0
75,643 75,643 00000000003e6bb856531f1d3fe176878e5efe24f542ca5dca96d1681e819883 1 0.00/1.00 vMB 0
75,642 75,642 00000000003d289f29ba751a57e2942e882d1bee51e96c67bcc27406bcddaa55 9 0.00/1.00 vMB 0
75,641 75,641 00000000003431f4cda4c096445ab9a5c33e6e8aea6136fcfb95bb5f0717cd77 4 0.00/1.00 vMB 0
75,640 75,640 00000000001b4f173d29ce8b91df078d6360bf4888de3a6268a248fc890448cd 3 0.00/1.00 vMB 0
75,639 75,639 0000000000341c5be649d9b31211d50718da86a2885d8b3332ece2e606ed85b6 3 0.00/1.00 vMB 0
75,638 75,638 000000000065694a99694912d4080eb8ec85bf663b6caaea4817ae7c691879f4 1 0.00/1.00 vMB 0
75,637 75,637 000000000016622541295eb186cb39efa9d1190e876bbeceaead7f7c57ed71fd 1 0.00/1.00 vMB 0
75,636 75,636 00000000006c2c0da229f18f7de0285f1efb3f597ce751f0946892be584d8807 1 0.00/1.00 vMB 0
75,635 75,635 00000000001fcc0ff3c451afd5ee64ad78f44caec46a57d3a923a724cf1a5d81 1 0.00/1.00 vMB 0
75,634 75,634 00000000004cd1ad4a9cda837acf3c17ae0b9e3bae7dfb2da8649ae3b405baa0 1 0.00/1.00 vMB 0
75,633 75,633 000000000001ebc2f2ed77482a4b368630c219bf19d04281a74cff4e7e8c6721 1 0.00/1.00 vMB 0
75,632 75,632 00000000005aa531ecf0bc0725ac6fda32cd4e81ef176353b8e34036c0f109ac 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 814.87 GB
    • Received: 24.06 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.