Memory Pool Memory Pool Refreshing

6,283 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (3,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,534 904,534 00000000000000000002017ba68414225265fb5dbf255cd3710750e725123584 1.38 MB 1,491 3
904,533 904,533 00000000000000000001762fdc7736e70e779a89a6e8c188fa0662d8dedd1463 1.44 MB 2,319 3
904,532 904,532 0000000000000000000016021061c43b7dafe9a46e55339d9c29d8a197d15813 1.18 MB 626 2
904,531 904,531 0000000000000000000260fb8725cd88d979cc9bc87cd8a7544508355e0e1fd2 1.57 MB 3,233 5
904,530 904,530 00000000000000000000ea6c5499f18346325575edb818d92637b9f866095d9e 1.70 MB 1,434 2
904,529 904,529 000000000000000000003b89fb2220f54f0b43d314c7c768d76f05bc553ebce4 2.03 MB 910 3
904,528 904,528 0000000000000000000134843a044f01d9c93f7c85f321ba1e094325b0a4c2ab 1.84 MB 2,144 3
904,527 904,527 00000000000000000000eae5b6b0387de3006c9ed9797ccc5bbd8f338bafa767 1.46 MB 4,375 6
904,526 904,526 00000000000000000000f37afaf318800468f7748e3d28cb6a6cdea41244f2ff 1.41 MB 4,591 3
904,525 904,525 00000000000000000000c521c1bc84540625bdae326a1025cb362940759cbe05 1.53 MB 4,385 5
904,524 904,524 000000000000000000022348092f43cdc1e6f843e1f47e78c4da8dda65e34b7d 1.71 MB 4,538 3
904,523 904,523 00000000000000000000f4bc2676de342bbbbb810408a3bf70e58fc49299279a 1.37 MB 3,757 4
904,522 904,522 00000000000000000001cc982f4cb5d96d0beae37084b31dc1607f15787b086d 1.42 MB 5,316 3
904,521 904,521 000000000000000000005b3d711f0f33d4941436c8625a4086d0c0ea61046954 1.48 MB 5,560 4
904,520 904,520 00000000000000000000074380c91db8a6a19293751d2e37db77dc1effb3ad6c 1.50 MB 5,099 4
904,519 904,519 00000000000000000001183b499db834ebbd8d2456d85d54f1ae77ca3c0cdba8 1.50 MB 3,928 7
904,518 904,518 000000000000000000001dc3b4f4e09ad98fa05dea67a4df5655bec5fecb5aee 1.53 MB 4,125 4
904,517 904,517 000000000000000000016fb83418b194342772bfcd517eaeb3e9c550cc72ee43 1.48 MB 3,738 6
904,516 904,516 0000000000000000000210a8cb7bdb5ee342b29d54470adc523375cce4d4c11e 1.51 MB 3,603 6
904,515 904,515 00000000000000000001cc5cdb089c91ad9463374eb0e628af9323e6722b9d73 1.55 MB 4,099 5
904,514 904,514 00000000000000000001d3f3933095880af2476109a6eeb0f6da549f39631397 1.48 MB 5,272 3
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.