Loading Tool

Explorer IconExplorer

Memory Pool

40,491 transactions
17.80 vMB
0.15501238 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.31/200 MB

Candidate Block

Mining Attempt 18d6aef9d30c07cf7a3029b7fabe319458d2a36ec8b245341b9d1b990b1f2d18
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 9346eccf5f8303a4677fe9c98ebfe18f86fdc87298eed1b5e31dcc4c522c4bec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.04615202 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (647,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,774 265,774 00000000000000002d9529fb1fd299c04b61c51cf3d74507203bcd28d6f929d6 616 0.25 vMB 213
265,773 265,773 0000000000000003b4fc27ef24fceb08c1afa990f56af3d8132c79ab8082956c 88 0.03 vMB 42
265,772 265,772 000000000000000c5b7cbb4422f082636f5dc64fbf84c993435f48c67ae6da11 306 0.19 vMB 5,990
265,771 265,771 000000000000000f174f317b25ecced64d903de3108acb30caffd1e6d946549e 676 0.25 vMB 163
265,770 265,770 000000000000000681ca9308b8ee4f851ff59b4cfb51d74f14f5c774aed99aae 257 0.11 vMB 72
265,769 265,769 000000000000000c066790d9471da469a31a66506ec3debfca833e00019d012a 275 0.15 vMB 50
265,768 265,768 000000000000000ba2860ee7937487e969cbd17f7202eb14505d292f39219656 384 0.15 vMB 59
265,767 265,767 000000000000000a445b46b032ec4e6461f4dfb0a0f5d03b1c26c6dc5f17f05f 460 0.26 vMB 31
265,766 265,766 000000000000000fa35446b1a751cd24aac1de7fa7696bcac002fbbc99a78a97 549 0.25 vMB 158
265,765 265,765 000000000000000f39d43006c980ccdcf239fe3430a65e46a91e4152b14ad45f 249 0.19 vMB 39
265,764 265,764 00000000000000077814deccd9275ae6ff8a0c3dd6c577e5e7ab227bf02b3d23 577 0.25 vMB 113
265,763 265,763 0000000000000008829aba53cd648843171978ae74446ccb6852113d395c898c 248 0.14 vMB 54
265,762 265,762 000000000000000fa82d282cfd190a38aeb170990d4e4036ce9fa38e625614c2 356 0.24 vMB 77
265,761 265,761 00000000000000015dbd6c6187a098530e9f9c61825273ec9b11cf94774a461c 130 0.14 vMB 22
265,760 265,760 000000000000000f19eaa2458dfb273909a5d56d1168a40ab2dc4b1e7948ba72 81 0.15 vMB 10
265,759 265,759 000000000000000efb4812c5ae111abab765a72a28072d5865c77c4e3f3149d0 448 0.22 vMB 77
265,758 265,758 000000000000000aafd0b22f45176a563be5c53dc3d231fc92ba47eaabc26751 191 0.12 vMB 62
265,757 265,757 000000000000000b08cb567baa4e96d0634db9a7cb2f945dbe32d0ad0860b66b 542 0.25 vMB 119
265,756 265,756 000000000000000d2860c825ea223b805c60a33b26b9b70616698033d360b066 296 0.13 vMB 115
265,755 265,755 00000000000000049c51620e3877f6efeb5dad9929f9bbe954532e8e65264f4d 262 0.15 vMB 50
265,754 265,754 000000000000000d129a07e1e49d600ea36cb21da806fa013d4364f0dfef69dc 104 0.05 vMB 28
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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