Memory Pool Memory Pool Refreshing

2,263 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.59 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (863,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,718 44,718 000000002a15e8551d10dead3cb332d17227dbc06dcd804f908be745dda707a7 0.00 MB 1 0
44,717 44,717 000000001056241f88c5e222f5299800cd40ef40779bd6ae684c75e37c94f6bb 0.00 MB 1 0
44,716 44,716 000000000ca431c802a5a8989f3b9ced58c2254cfe625ee2723836f7e55540e3 0.00 MB 1 0
44,715 44,715 000000000f9607f81e971be9641fab775691811bc91ae23ff83d118e63ae7da2 0.00 MB 1 0
44,714 44,714 000000003115b46b7cd7a52133d0b5b39e4fd10299ffbb4df2a82e1c6dfb19c5 0.00 MB 1 0
44,713 44,713 00000000202b3df5b0cf48ee0745af1ac29ea5a022f5149efad9fc4b67c9cfdc 0.00 MB 1 0
44,712 44,712 00000000232f8cd0858cb6a55f8064cfd4ac669d9362b6406599fb60d45171eb 0.00 MB 1 0
44,711 44,711 000000002e2c32d5bbc71d3c70e58036d50f55d882a9b6b5f53364d0de71526d 0.00 MB 1 0
44,710 44,710 00000000354901a1a5dc46159000ae468cdae77dc3f0f2a2dfd3bb13e6bcd4db 0.00 MB 1 0
44,709 44,709 000000000c01120e7a96e0b0c13f157633aeaa80d562f0edbd01eb4a9968a76b 0.00 MB 1 0
44,708 44,708 000000001180e7a7bca27cd6409794c89db9db643f908aa526c33d6301842802 0.00 MB 2 0
44,707 44,707 00000000052dbc51fb56d169fd09fdfcbc1027a13d3b0a752426d17a88ab9ca9 0.00 MB 1 0
44,706 44,706 000000002aae88a70ed13784eb4618d6632bff6259a8513c1cc12bb453c4bc48 0.00 MB 1 0
44,705 44,705 000000001e0bda2134045b26d0f1303b758b746b595a67487e80353a60ee3ed7 0.00 MB 1 0
44,704 44,704 000000002baa5daf0433d9850be6c703f31d0c091a5996b6e2a90001198c6bde 0.00 MB 1 0
44,703 44,703 0000000004e68f38381ff7a4250990e268687362bce73da27b67d9968db3ec51 0.00 MB 1 0
44,702 44,702 0000000034d99549ef35774b569a721164a40893c391872155382c6fb702dbdd 0.00 MB 1 0
44,701 44,701 00000000379263a31e88b225de78f87e1a71e7b10a838a91b1d3739c1e4a6ae5 0.00 MB 1 0
44,700 44,700 000000002356785a791f0bcb899705411dda357f8731cf544000fdda15eb4030 0.00 MB 1 0
44,699 44,699 000000001cce037ccc1966686fe248134bd1271ef524e6c36e7faa7b14d2c560 0.00 MB 1 0
44,698 44,698 00000000017d52b29213a6375b46bf38d03fc34c90f65a28495b348bbd6b92f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.