Memory Pool Memory Pool Refreshing

7,526 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
890,755 00000000000000000002796c0000000000000000000000000000000000000000 1.00 vMB 1,054 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 890,754 (2,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,647 888,647 000000000000000000008b23b1842e8532328b956155d4881e607c89dfe7a227 1.82 MB 2,013 7
888,646 888,646 0000000000000000000093978db6ea088646530c635f33ac67424a0466012446 1.63 MB 2,904 3
888,645 888,645 000000000000000000014c13baf29ede4cdd9085123fd80be7cdf667fcc33918 1.65 MB 3,838 2
888,644 888,644 000000000000000000020d8034126f080157ec2647160d073f358e531cef6b88 1.60 MB 4,034 4
888,643 888,643 000000000000000000004b231a1e4cef3622264e84f4acc26fb13f8fad62835a 1.70 MB 4,002 2
888,642 888,642 000000000000000000013886b1df4d158e7377598b1b44b20db86bb4af9ee38c 1.76 MB 4,427 3
888,641 888,641 000000000000000000004773c67ff1a7ff9b6b8f5703eb4ef696ed0f461e38dd 1.75 MB 4,907 3
888,640 888,640 00000000000000000000957c8636a66507fc3522e8958e08050b7a73f8167b40 1.56 MB 3,590 5
888,639 888,639 000000000000000000004c7b6f45106d36e443425ad13e186f6064d0c71d0d6f 1.64 MB 4,030 4
888,638 888,638 0000000000000000000253ce2705e58ff7dac4c00faf6068be466af44a6d9e45 1.58 MB 3,582 6
888,637 888,637 000000000000000000018ebea33e7361bc4059eb6ff35d0a80836717accfc4a9 1.61 MB 4,144 4
888,636 888,636 0000000000000000000252ddd12009aea4d312e01c19688092f44a50b228bc1a 1.58 MB 3,141 2
888,635 888,635 0000000000000000000065c44a5321ebf772b78051a3641c39e1d68d5161c101 1.14 MB 326 1
888,634 888,634 0000000000000000000082dd72a067836e783093348da2f83c93e256b0035f75 1.55 MB 3,285 3
888,633 888,633 000000000000000000002a5de9236ca6df3e129561c2bf62f677b236196b0804 1.56 MB 3,366 3
888,632 888,632 00000000000000000001164cdf16a69ceede4a1761f39783905adbf803ed0cb5 1.58 MB 4,075 6
888,631 888,631 00000000000000000000624c4742acb166d063fda3c5dbab28c3cf7b8f39583c 1.19 MB 835 2
888,630 888,630 00000000000000000001437b078e3355fb1765cea0672c23469a5ea5acffe987 1.31 MB 1,790 3
888,629 888,629 000000000000000000005a20b4ca34d5c32d4bdbaec1d1bb0ceb4121872b21aa 1.55 MB 2,064 2
888,628 888,628 0000000000000000000013ab42f555783fcfa68a8b3009541b7201c3e6c8e11b 1.78 MB 1,310 3
888,627 888,627 0000000000000000000026ea1e25cf9ae05cafde42164ddc96a72d260f9715ae 2.03 MB 597 2
Previous 10 blocks ↓
Total Size: 739.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 3,498.97 GB sent, 157.83 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.