Loading Tool

Explorer IconExplorer

Memory Pool

16,755 transactions
8.07 vMB
0.02745415 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.67/200 MB

Candidate Block

Mining Attempt 2503760810ec87e5ead4a974f53390b365428cc80b8267d5f5b3108a1ffcb175
Version 20000000
Previous Block 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33
Merkle Root 5017dde06de440344c445f477572e70e80ac0663d3564551d9ec38d9841b3b59
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,571
Size: 1.00 vMB
Total Fees: 0.01115139 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,433 (850,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,619 62,619 000000000ae0004f3131e721449c1c35eb5ba37b46cc77ec530a12a2faba6e8a 1 0.00 vMB 0
62,618 62,618 0000000003f2806bfb98171266ab6ed2fdd30a83b6324a05d547e3852e8afadc 1 0.00 vMB 0
62,617 62,617 00000000039d71897f2a56b21f879d0d6618bf87678b3f8c09eb2707596ad3cd 1 0.00 vMB 0
62,616 62,616 000000000afa802dea55baf4edc1a4687f0093cd3b631c91a6e584d4ece9e14c 1 0.00 vMB 0
62,615 62,615 00000000020526bd6beeafd34e0f367f1f79302d6caf8ec117a1b579e6b650fe 1 0.00 vMB 0
62,614 62,614 000000000c98e639ac7927ce45ebdb2ff7737d52067614593ed04c803193e072 1 0.00 vMB 0
62,613 62,613 00000000050ebae57cbfd06ae7679809cc3679ce6008265ae00a7947f481c163 1 0.00 vMB 0
62,612 62,612 0000000001f6f5d18040d25c4144ab1d800cf4df08a06f4d9137aee64478d977 1 0.00 vMB 0
62,611 62,611 0000000009435c7bda449f95976298a712a49351e0277acf14d5afe8ecda903a 2 0.00 vMB 0
62,610 62,610 00000000077b248e5b904d80eb0203aba5a130a329452d9149506aa06756ebb6 2 0.00 vMB 0
62,609 62,609 00000000055b41b05163b9b5178ef75aded7bfe48de28d6ec2920430865de29a 2 0.00 vMB 0
62,608 62,608 00000000052fb10af696d1bc8708fd40718b8dca5a47bc408c5ed9f05299a603 2 0.00 vMB 0
62,607 62,607 000000000b4d7b49d732261bb06f60b4e84d379ed7a0f12b220aba75c45478bf 2 0.00 vMB 0
62,606 62,606 0000000005f93f66b8f96128fe977db1d8761142abf872708e450ed5ccf82f79 1 0.00 vMB 0
62,605 62,605 000000000387de9bc64dc7ed160b4482c977fe2605999d9ca40dd9590e33c047 1 0.00 vMB 0
62,604 62,604 0000000003e75cf9609ed02140a4b4e11fcdf7dff82a683076b1bf6d915d1ba0 1 0.00 vMB 0
62,603 62,603 000000000493fd7214e3d27470f3fd3e6db9e0b14ca8bbadcc60760fad742298 2 0.00 vMB 0
62,602 62,602 000000000527ebe9f82a0612987f75b841e908d9f4de78f4159f0528edded17c 1 0.00 vMB 0
62,601 62,601 0000000002c025f0c0ee78424c0294daf22cf6d9cf75a13a43b8e24084158c1a 1 0.00 vMB 0
62,600 62,600 0000000001943d1f4441cba8a77b9aad4f1e8485203c5ff2e952398f896e8e08 1 0.00 vMB 0
62,599 62,599 00000000099cadac859d279c8e62763fc96fc5364ccade182fe75844154d1f8c 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.62 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: 302.63 GB
    • Received: 1.35 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.