Loading Tool

Explorer IconExplorer

Memory Pool

45,131 transactions
23.05 vMB
0.05683588 BTC
Random Selection Loading Transactions
Max Size: 126.71/200 MB

Candidate Block

Mining Attempt 2df0a814876e01a5ceca97fbbf131d45ceace769775d902e35fa77a48a22604b
Version 20000000
Previous Block 00000000000000000001e61d4a63e120170e3bed85f5b09be2a7e772f1716b1a
Merkle Root d5a13ea346bee6fa34dc8bda736a360ab77405b86e3c19faf545b591f591e1db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,557
Size: 1.00 vMB
Total Fees: 0.00878769 BTC
Feerates: 151.12 > 0.88 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,983 (747,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,872 166,872 000000000000075c5ba22c24e2e6c070ed5cdeae6a36c3c8db5baaced7c8e6a0 6 0.00/1.00 vMB 0
166,871 166,871 000000000000072852e5ff17bd01ad5abc072d541a0b1c720852a83c55d64c2a 72 0.03/1.00 vMB 62
166,870 166,870 0000000000000b94637b86add7f27dc22632434fe3cc814be5f4156f69b2a722 127 0.04/1.00 vMB 13
166,869 166,869 00000000000000675bf4f0102d4357b2f6f9b785f4fdb9ecf2c052b51b32989a 36 0.01/1.00 vMB 65
166,868 166,868 0000000000000553573faea41f6302f6d80431d67bf165df7e626f122a0b93c3 37 0.02/1.00 vMB 66
166,867 166,867 000000000000022f24f828564f515331ae1316591ea6e0bafb1578f69498ae69 71 0.04/1.00 vMB 67
166,866 166,866 0000000000000b72b0d5e434cdcaa3566b0825e6fcc61b90f3f6d0a9f0ea6971 158 0.05/1.00 vMB 16
166,865 166,865 000000000000010d606974e6835c0f08d4af2cfc5a810da2f7a9056f5a268501 25 0.01/1.00 vMB 111
166,864 166,864 0000000000000996380ec31775568ca51294ffe9fcb3c1eb7588d57031a2a702 33 0.01/1.00 vMB 3
166,863 166,863 00000000000001a8eef5fe6e776176de62e54a684b1614213071e27e1e90271e 57 0.02/1.00 vMB 75
166,862 166,862 00000000000000fb1360a3e89aad7b046bf08d89cf9dcefa538a0ba0f97cb29c 61 0.03/1.00 vMB 80
166,861 166,861 000000000000082a3d60e5e7c069a80365f6869878a21908c08cea1bc5993e03 13 0.00/1.00 vMB 0
166,860 166,860 000000000000014d110092c490413765e272969ff85e21f8a8087d153b3f15b2 77 0.03/1.00 vMB 301
166,859 166,859 0000000000000776adbabd801880ae9e8b21bdd3fd88cef1d04b97c8d6e7648b 86 0.04/1.00 vMB 93
166,858 166,858 000000000000054e81f2d85d5ab67e614cbfb5fca5ab76931d23ae88b1e390b2 114 0.05/1.00 vMB 65
166,857 166,857 00000000000005d85c0bff2656694e30d1a4716241babfbe8af6b9693e1f9057 145 0.06/1.00 vMB 308
166,856 166,856 000000000000009d10956ab4e3244a87e462b272af00957501b100d26193a535 15 0.01/1.00 vMB 9
166,855 166,855 0000000000000ba7aaea2fd0b1173a3571435ca1b96b2843fcc1f2a609b3361e 102 0.04/1.00 vMB 239
166,854 166,854 00000000000002de57ff139e24e3e247c99808ad22a50f77104d80e95ddcae9f 51 0.02/1.00 vMB 139
166,853 166,853 0000000000000808b45f84770aa953591e26f23f44877e80b194427d61d3569a 38 0.03/1.00 vMB 118
166,852 166,852 00000000000005b1135224ca0ae9f11aa5fca38c907cbfbf59adada69c689d39 118 0.06/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 539.33 GB
    • Received: 6.14 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.