Loading Tool

Explorer IconExplorer

Memory Pool

41,856 transactions
28.66 vMB
0.07139871 BTC
Random Selection Loading Transactions
Max Size: 146.49/200 MB

Candidate Block

Mining Attempt 2aa5444a72a0e4f5f7e849b850f6ee2b749320db07bd14d4011e1ad7a21bffe0
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 7e3761c1a26477ae152f3c1d9fd9df6daadd4757c6c1586179e057101d62ed2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.01580717 BTC
Feerates: 104.56 > 1.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (411,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,091 503,091 0000000000000000008cf1a3ca75b74e6b8008a8667289be13c2857b7efb8422 1,115 1.00/1.00 vMB 236
503,090 503,090 000000000000000000633052698935fee44aa945af6ffff5aeafc921d6940146 2,381 1.00/1.00 vMB 400
503,089 503,089 00000000000000000013ec044a17e9b6a064c45f7db596e7b0bfe261971ca4b0 2,825 1.00/1.00 vMB 526
503,088 503,088 0000000000000000002caa81bd978d8d372259d469e2c3770a65a94db845abc1 2,895 1.00/1.00 vMB 468
503,087 503,087 0000000000000000001c3a0a36d97d9d9cdcdb9c17a390b01ca7b60cb0773fdf 2,939 1.00/1.00 vMB 605
503,086 503,086 000000000000000000728dd9f3459f77ce1ddb60bbb43edf1f441a17bd2595b1 2,266 1.00/1.00 vMB 477
503,085 503,085 0000000000000000003a115e73b906615c6a8e9c2e24bbcce105fc583b1fdd5a 1,916 1.00/1.00 vMB 357
503,084 503,084 0000000000000000006382288590be52554af9748f6e96ce8eb4d0c8cbdca67c 2,823 1.00/1.00 vMB 531
503,083 503,083 0000000000000000001bc1087d209580936ea2823e4486e2fb1d76306c7b8d66 1,453 1.00/1.00 vMB 382
503,082 503,082 0000000000000000001057f74d7c9b28c5714be89eff21db9d2a62dc24865f74 2,625 1.00/1.00 vMB 311
503,081 503,081 0000000000000000002021cc49167cba1d09b55b76bd65cf3baccfceaecbee69 2,426 1.00/1.00 vMB 443
503,080 503,080 0000000000000000005e173caa2d5f415cdc8a06475b64d3a145270d601b28c8 2,535 1.00/1.00 vMB 497
503,079 503,079 00000000000000000037acb50a5c4b7252c15ecb1321b2c9416fc93f539ee4e7 2,105 1.00/1.00 vMB 376
503,078 503,078 0000000000000000001954cd6e85852298022ce78760da6096ff7dfe8cc62575 2,439 1.00/1.00 vMB 585
503,077 503,077 000000000000000000667302f840911a48e8955ad8e3a0a152bf983429326994 2,677 1.00/1.00 vMB 511
503,076 503,076 00000000000000000025e1c3b2a2a9146589228f5879d0f7916e6de5fb361576 2,538 1.00/1.00 vMB 563
503,075 503,075 0000000000000000006b9920e260c1317f45a9f14661477ce592517b5473df49 2,859 1.00/1.00 vMB 557
503,074 503,074 000000000000000000831d8b0f2fb02d7600deaf2c997b4a161b94de3b89a066 2,876 1.00/1.00 vMB 488
503,073 503,073 00000000000000000017f9bad1f128d109ef0d198003eb66bc602dbeb188eb5c 2,380 1.00/1.00 vMB 330
503,072 503,072 0000000000000000006efe0bbe068f7114c34944fcced862f10f3526d6e96b78 2,092 1.00/1.00 vMB 383
503,071 503,071 0000000000000000004d7596fbd808b01be5eaac0d381832ae77259232fd7e6a 3,093 1.00/1.00 vMB 544
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.