Memory Pool Memory Pool Refreshing

17,591 transactions
5.66 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,767 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (776,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,985 130,985 0000000000000eaf4730c746f9226c6b7dd4014dd7f38d4ea1c72438d3d15583 0.02 MB 30 727
130,984 130,984 0000000000000862aec73c863677478581f9e8836059a4a3a40f6a63e4cca1c0 0.02 MB 85 357
130,983 130,983 0000000000001c9a97821d16f25a630ae9396d83a78c78453ac5b0a9740195d6 0.03 MB 62 673
130,982 130,982 000000000000013ca9ba54ef3e2843e3946c8abed16eb37f3f70bd28ac75387b 0.01 MB 12 2,193
130,981 130,981 00000000000011ac0f3510319c0b9345dc8c193c9a723c6d534672f7e05af2ae 0.01 MB 24 0
130,980 130,980 0000000000001bba232bd721f39af33d0363a712b0f58abccc2d356d92a6ec83 0.00 MB 10 317
130,979 130,979 000000000000000c0361c80f43b20a89acc1dbe0ec926777f8c20a7b54d31c7e 0.00 MB 1 0
130,978 130,978 0000000000000077b861f8f38a7ae993e7dd9f3e8b8d0a1e36c1118a695a9239 0.00 MB 10 155
130,977 130,977 000000000000095c36634b6f0d67005feb0d4d805e1693f8eb6fb9d16930635e 0.01 MB 21 785
130,976 130,976 0000000000000606536966a29baa11ad6584392c17d1785f280efd2d76a9f4d4 0.00 MB 9 1,077
130,975 130,975 00000000000000971611ad5529780129913962b0664a5e8068e6232c80bca14a 0.02 MB 57 172
130,974 130,974 0000000000001b5d56712d544600df791dc34f1c15c67de19cc7df06012f2ee9 0.02 MB 31 1,428
130,973 130,973 00000000000014eb6b178a55674324e6cce97438cdd677ea7ea0d28157d5124c 0.03 MB 37 533
130,972 130,972 00000000000012b1fa2957f7ccba27777609be2ae9e3a8915181be933456421c 0.00 MB 9 1,755
130,971 130,971 000000000000077ff829e30c18f17a1a14139a77ef323018fdb7af1fbd710a08 0.00 MB 5 1,336
130,970 130,970 00000000000006f4a648ae14c45b80da85c4f74a0679da3ac66ef48c97fa8ac8 0.00 MB 11 971
130,969 130,969 00000000000003dc5c64622fe8c50a70095d301cc89ebcf898d05c52456a8cf6 0.02 MB 70 1,007
130,968 130,968 0000000000000cb851f3d140a26ce403d2bacf7e491c05cb83c229a590424bbf 0.00 MB 11 680
130,967 130,967 0000000000000084d10535a77b003f294d7b3ac3d7dd7034db359486aa1ef53c 0.00 MB 9 86
130,966 130,966 00000000000019d0f5739cee03f4db3508b59d1d28483a357479ebb80f6babd7 0.01 MB 23 1,218
130,965 130,965 00000000000014fee5e04d77bc41d43c0ca642ec4188fa6334e1b121d8d8093b 0.02 MB 47 1,479
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.