Memory Pool Memory Pool Refreshing

9,972 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (617,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,342 290,342 0000000000000000d33dc5aa438bacd000e7b7cda839bd95deb41b53dfaa6164 0.06 MB 195 17
290,341 290,341 0000000000000000bfe978c4fdf1c44f7d606b8e3c088fc9de85e23692395db1 0.38 MB 402 23
290,340 290,340 0000000000000000cc25ab2ff82a64589315f2836e5afa1ae193578678e9e6cd 0.03 MB 64 8
290,339 290,339 00000000000000003858292a49a1719332c2f7d5238ef84638efcdb489e34104 0.12 MB 256 29
290,338 290,338 0000000000000000604d60017aff19af60d07e8b5504f60a50de4f52d5244ddc 0.32 MB 506 30
290,337 290,337 0000000000000000ea74b600487b1dc4213eb9c7dce18a2d7ce83670c7aab1d5 0.29 MB 106 11
290,336 290,336 000000000000000047dead21fd5cc77fa4c0d0f91b0d71fb8586432be8dcd78c 0.35 MB 685 43
290,335 290,335 0000000000000000ef424f9f470ef660afe724d3ca39b6f4378f717f82e38892 0.07 MB 65 13
290,334 290,334 0000000000000000d47e4d3f4baa34827ff3b2a12619efa5b546af3b3e8c2255 0.60 MB 740 29
290,333 290,333 00000000000000008d5822e0457d869c596e70a48f3717efddcf2d37ac711cfa 0.27 MB 216 18
290,332 290,332 00000000000000006e2a0fbbcec6ed020812ce0f4674b3fbc9b1e350dbbe4cc6 0.33 MB 161 39
290,331 290,331 0000000000000000052cb46227baeb2dc70ab51a554433262cf89378696903d9 0.00 MB 1 0
290,330 290,330 0000000000000000840ba6b020622fe5d322cfa5195a19fadcd6a22eb8d173c9 0.50 MB 1,047 40
290,329 290,329 000000000000000051ac3606d0800821eee065e2b99f8bd652fe7cedb02a1cf5 0.35 MB 711 42
290,328 290,328 0000000000000000128bf32bc6a4e8029790aa445098f4696374ebf5b1a4de7a 0.35 MB 118 10
290,327 290,327 000000000000000001c6f5f2df24b03f190d6ae7d338c72dfa329a0a17b5dee3 0.35 MB 718 46
290,326 290,326 00000000000000000ac229b024d7551b8035c55283f1a2e896bbcd3a412b111c 0.35 MB 461 25
290,325 290,325 000000000000000094cdacb387433d0da43978866aa810dd5dbedb278f6fdacd 0.21 MB 512 50
290,324 290,324 000000000000000062ce38e61ff7ac91eeeb208b59be62643c0a792e4f3ae7a4 0.12 MB 146 28
290,323 290,323 000000000000000074ab1eb24031cb8bfda5207f984ce56c0ef45ea9640b820f 0.35 MB 510 28
290,322 290,322 000000000000000035a65b6e38bc7f6827241d58249142e0769a6ae1d9e4f8c3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,621.42 GB sent, 92.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.