Loading Tool

Explorer IconExplorer

Memory Pool

41,690 transactions
27.47 vMB
0.08249025 BTC
Random Selection Loading Transactions
Max Size: 141.99/200 MB

Candidate Block

Mining Attempt 1545addd40c0fa441e70356b1e8dab895f3b482894622eb5876b0b5ec92bca7c
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root ab7fc7cef6a4c6bce5a00563a458624a352c86775da0840ee4f33741be66cdf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,027
Size: 1.00 vMB
Total Fees: 0.02847926 BTC
Feerates: 141.50 > 2.85 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (411,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
503,070 503,070 0000000000000000008588f26c11addeee9405586181ea16a28e9c26be458f7e 2,677 1.00/1.00 vMB 402
503,069 503,069 000000000000000000490513a68d4622a93db3541294b3920a94374cfb37aad0 2,439 1.00/1.00 vMB 558
503,068 503,068 0000000000000000001cc54af1d476d65bcae27d45fe425c1f9433e412e68f34 2,534 1.00/1.00 vMB 375
503,067 503,067 0000000000000000008080166bd698cbb946634a14d70fe9f151b93cefe9a736 2,891 1.00/1.00 vMB 516
503,066 503,066 0000000000000000007ffd48cdf2ef204e60a741c80b5966a651135048382a8d 2,725 1.00/1.00 vMB 542
503,065 503,065 00000000000000000082a1f4024c079369f8089d0f5cfc40150052a8c6e53a91 1,544 1.00/1.00 vMB 253
503,064 503,064 000000000000000000562d14bc42af7a0407acd22e760a56c5d9af56d1db7679 2,277 1.00/1.00 vMB 475
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

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